#Web error on login page with new url via HAProxy

1 messages · Page 1 of 1 (latest)

sacred quiver
#

I have a server setup, server1.domain.com and i created heimdall.domain.com on haproxy to point to ip for authentik host, i get this error where the username and password field would be

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL was not found on this server.</p> </body></html>

cerulean hull
#

what is your auth flow, what are you trying to achive

#

from this i can only say review your HA Proxy configuration file for any mistakes in the routing rules

sacred quiver
#

I found the issue, using mode http in haproxy broke the web sockets

#

changed it to tcp and it works now

#

maybe that will help someone in future 🙂

cerulean hull