docker-speedtest-analyser
docker-speedtest-analyser copied to clipboard
Does HTTPS work?
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;