-
Notifications
You must be signed in to change notification settings - Fork 64
DSM7: Enable SSL Access
oznu edited this page May 10, 2022
·
1 revision
You can enable SSL access to the Homebridge UI using the Synology DSM Reverse Proxy feature.
- Open the DSM Control Panel
- Select Login Portal
- Select the Advanced tab
- Select the Reverse Proxy option
- Click Create
Then fill in the details as follows and save the form:
-
Reverse Proxy Name:
Homebridge UI
-
Source Protocol:
HTTPS
-
Source Hostname:
*
-
Source Port:
8443
<-- set this to be whatever port you want to access the Homebridge UI via https on. -
Destination Protocol:
HTTP
-
Destination Hostname:
localhost
-
Destination Port:
8581
You can now browse to https://<hostname of nas>:<source port>
.