warren-bank/HLS-Proxy

Proxy changing from https to http

Opened this issue · 1 comments

Hi im having this problem, for some reason, the proxy keep changing the urls to http instead https, which is causing mixed content

image

  1. if your domain "test.braflix.so" isn't directly exposing HLS-Proxy but, rather, is a public endpoint (w/ TLS) that reverse proxies its calls to a private instance of HLS-Proxy (w/o TLS):
     hlsd --host "test.braflix.so:443"
  2. however, if your domain is just a vanilla instance of HLS-Proxy (w/ TLS):
     hlsd --tls --host "test.braflix.so"
    • you could include the port (443), but it isn't necessary
    • also, you'd probably want to replace --tls with a combination of --tls-cert, --tls-key, and --tls-pass to use your own certificate