Replies: 1 comment 1 reply
-
Hi, first off, I totally agree with the tutorials, however I have a full time job and only have so much time, so I can't do much there. For the issue you're having, change the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been looking for something that can handle authentication, SSL proxying to internal services, and LDAP and Authentik seems to be the best choice.
The problem is I'm still a bit new to this world and can't seem to successfully test proxying with authentication a local dev server I have on my computer for testing.
For example, I've gone through the docker-compose setup and added my internal test application (an HTTP server running on port 3040 on my local computer) as well as a proxy provider. I've also defined a local host name in my hosts file (e.g.
proxy.myhost.lan
which resolves to127.0.0.1
)When creating the proxy provider for the application, I set the following settings:
External Host
-http://proxy.myhost.lan:3050
(this is just to test to make sure the proxying is working properlyInternal Host
-http://proxy.myhost.lan:3040
When I attempt to go to
http://proxy.myhost.lan:3050
which is what I set for the external host, the browser fails to connect and the Authentik logs do not display any connection attempt.Beta Was this translation helpful? Give feedback.
All reactions