HTTPS Setup not working

Hi,

I’m running the latest release on a Raspberry Pi 4. I’ve got the standard HTTP site up and running, but need to look at enabling HTTPS. I’ve seen comments that imply running the enable_ssl.sh script will enable this, however when running the scrip it does nothing.

The script appears to be accessing running enable-ssl in the site.yml file located in /screenly/ansible, howerver the yml file does not do anything after this is run.

Has anyone been able to get https working recently and if so how did you accomplish this?

Many thanks,
Daniel

The enable_ssl.sh script was reworked since this was posted. It now sets up a secure-connection helper that handles HTTPS for you (its own local certificate by default, a free Let’s Encrypt certificate if you give it a domain, or your own certificate). On a current version, running enable_ssl.sh will enable HTTPS. Marking this as solved. If it still does nothing after updating, let us know what the script prints and we will help.