Skip to content

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.

  1. Open the DSM Control Panel
  2. Select Login Portal
  3. Select the Advanced tab
  4. Select the Reverse Proxy option
  5. 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>.

Clone this wiki locally