jdel / sspks

A very simple Synology Package Server, reverse engineered from the official Synology package repository and SynoCommunity.
GNU General Public License v3.0
256 stars 63 forks source link

HTTPS Support? #56

Closed DKeppi closed 6 years ago

DKeppi commented 6 years ago

Hi,

actually i host my server under http://spk.domain.tld:8080, but i want it a little bit saver. The problem is, that https://spk.domain.tld:8080 does not work. On which port the server is running for https...port 8443 is also not working inside the container.

THX for your help

BR DKeppi

jdel commented 6 years ago

Hello @DKeppi,

The container is not made for handling HTTPS. The easiest way to achieve this is to offload SSL/TLS termination to a reverse proxy / load balancer. This can be achieved very easily with docker by using traefik, nginx or haproxy.

DKeppi commented 6 years ago

Hi @jdel

Thanks for the fast reply, i will manage it via Synologys Reverse Proxy then :)