HaProxy Reverse Proxy point subdomain to unique port
-
Hello, I am trying to setup Ha-Proxy reverse proxy to point a subdomain to port 7443, How can i do this?
If you need more information let me know.
This is my backends settings:
-
@gamehoundsdev said in HaProxy Reverse Proxy point subdomain to unique port:
I am trying to setup Ha-Proxy reverse proxy to point a subdomain
Which protocol?
If it's HTTPS configure a frontend of type "http/https" for the subdomain to use this backend.For the backend access, do you really need to encrypt the traffic?
-
@viragomann Here is my front end:
HaProxy Stats Page says
under store.survivalnetwork.games Layer4 connection problem: SSL handshake failure (Broken pipe)
under map.survivalnetwork.games Layer7 wrong status: Not AllowedNormal websites are working.
-
@gamehoundsdev said in HaProxy Reverse Proxy point subdomain to unique port:
under store.survivalnetwork.games Layer4 connection problem: SSL handshake failure (Broken pipe)
under map.survivalnetwork.games Layer7 wrong status: Not AllowedBoth of these hosts matches the main2 ACL and hence the request will be directed to the main backend.
You should better set the ACLs to check the whole host name (host matches).
-
@viragomann Sorry the pictures above where outdated, heres my updated frontend information