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

Problems with HAproxy reverse #124

Open
fuma-afk opened this issue Nov 14, 2023 · 0 comments
Open

Problems with HAproxy reverse #124

fuma-afk opened this issue Nov 14, 2023 · 0 comments

Comments

@fuma-afk
Copy link

fuma-afk commented Nov 14, 2023

Hi,
I'm having trouble to reach the webgui outside my homelab using haproxy configured on my pfsense.

I have multiple services configured and all works (both ssl and not get correctly redirected to the https frontend with certificate offloading and i'm able to reach them from outside).

I can reach the webgui from inside my lab just fine.

I have the following configuration:

Webgui it's running on it's own docker container, with lan address_ 192.168.155.20:9290, the "script_name" field in the yaml has been commented so the page can be reached directly on ip+port

Backend config:
name: "hsweb", "address+port: 192.168.155.20:9290", "encrypt no", "ssl checks no"

no further configuration

Frontend ACL config:
"hsweb", "hsweb.mydomain.xxx"

Action:
"use backend: hsweb", "condition acl name: hsweb"

provided i might be doing something incredibly stoopid, i tried to search issues regarding haproxy and found none and the main github page states to ask here if a reverse proxy doesn't work

Can anyone confirm it is working out of the box or some extra steps are needed?

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

1 participant