kerberos-io / kios

A Linux OS created by Buildroot which runs Kerberos Open Source out-of-the-box.
https://www.kerberos.io
Other
196 stars 38 forks source link

livestrem fails on dashboard when all requests are made through https #33

Open ricardolsfranca opened 5 years ago

ricardolsfranca commented 5 years ago

I've been testing kerberosio in a remote installation connected to the internet through a 4G modem. All the traffic passes through a VPN server that redirects all requests to the machine running kerberosio. Recently, I've configured letsencrypt on nginx for obtaining a Qualys A security configuration. When setting all requests to be redirected to https, the live stream on the dashboard doesn't load anymore.

I'm guessing that the code tries to access the port 80 and the process fails with the redirecting.

cedricve commented 5 years ago

Hmm interesting, can you provide some details about the nginx config @ricardolsfranca ?

ricardolsfranca commented 5 years ago

Here's the configuration file. Maybe it's a misconfiguration. I've attached the configuration file for SSL. kerberosio.txt