You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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
Hi im having this problem, for some reason, the proxy keep changing the urls to http instead https, which is causing mixed content
The text was updated successfully, but these errors were encountered: