roest01 / docker-speedtest-analyser

Automated docker speedtest analyser tool with included web interface to monitor your internet speed connection over time. Setup at home on your NAS (Synology, QNAP tested) and the container runs hourly speedtests. The speedtest results are displayed in an webinterface as line graph(s) over the day.
Other
108 stars 47 forks source link

Does HTTPS work? #66

Open lsgroi opened 3 years ago

lsgroi commented 3 years ago

From the README

nginx is prepared but not configured for SSL yet

Is there a way to configure using Synology DDNS certificate from Let's Encrypt? Or it should work given certificate configured for the NAS - is that what you meant?

Currently I can load the frontend fine via HTTP while HTTPS gets ERR_SSL_PROTOCOL_ERROR in Chrome.

Should we define these in the nginx config?

ssl_certificate     $ssl_server_name.crt;
ssl_certificate_key $ssl_server_name.key;