Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy changing from https to http #50

Open
gabinfinity opened this issue Jun 15, 2024 · 1 comment
Open

Proxy changing from https to http #50

gabinfinity opened this issue Jun 15, 2024 · 1 comment

Comments

@gabinfinity
Copy link

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

image

@warren-bank
Copy link
Owner

warren-bank commented Jun 15, 2024

  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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants