Tuesday, February 25, 2020

enabling https for our dl domain also

The Listen Now feature, which uses playlists with http links to mp3 files, was not working on Chrome. Enabled https on our dl domain also as I'd done for our main domain, with self-signed certificates and proxying on cloudflare. Turns out I had already edited /etc/apache2/sites-enabled/ourdldomain.tld-ssl.conf

Only needed to do
a2ensite ourdldomain.tld-ssl
service apache2 reload

Once https was working for the mp3 links, the Listen Now feature started working again. 

And the workaround for the streams (which are only http at the moment) not working on Chrome might be to use the direct links to stream URLs like http://ourstream.tld:8002/ with a _target=”_blank” attribute to open them in new windows or tabs.


No comments:

Post a Comment