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

Work behind a reverse proxy #4

Open
gymnae opened this issue Sep 19, 2023 · 2 comments
Open

Work behind a reverse proxy #4

gymnae opened this issue Sep 19, 2023 · 2 comments

Comments

@gymnae
Copy link

gymnae commented Sep 19, 2023

In my setup, I have caddy v2 as HTTPS terminator in front of iptv-handler running inside a docker container.
iptv-handler should be aware, that is's receiving http traffic but advertise a different port than it's listening to. So it listens on 3001 for HTTP traffic, but advertises as HTTPS on 443.

Right now I cannot forward normal HTTP 2 or HTTP 1.1 traffic to the container, I need to switch to h2c, which produces quite a lot of errors.

PS: Sorry for all the spam :)

@alex-ahl
Copy link
Owner

Hi,

Yes, I agree that this should be the case. I will fix this as soon as I can.

@onestix
Copy link

onestix commented Mar 1, 2024

Hi @gymnae would I have the same issue if i were to run nginx proxy manager in front? Thanks for sharing your thoughts.

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

3 participants