-
Notifications
You must be signed in to change notification settings - Fork 48
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
failed to parse PROXY header #29
Comments
same here. |
i got the same error , any workaround or did i miss something here
@majst01 , @stargo ,can you please provide your insights on this |
Did you connect to the load balancer or this proxy directly? If you bypass the load balancer, then the header won't be attached. Could also be that |
I connect directly to the Proxy |
The flow needs to be:
If you bypass step 1, |
I run go-mmproxy with this command
sudo /root/go/bin/go-mmproxy -l 0.0.0.0:22 -4 xxx.xxx.xxx.xxx:22 -v 2
As I want to proxy an ssh connection to the xxx.xxx.xxx.xxx server.
But when i try to connect I get
{"time":"2024-01-17T01:58:54.966455461+01:00","level":"DEBUG","msg":"failed to parse PROXY header","listenerNum":0,"protocol":"tcp","listenAdr":"0.0.0.0:22","remoteAddr":"aa.aa.aa.aa:35100","localAddr":"bb.bb.bb.bb:22","error":"PROXY header missing","dropConnection":true}
I'm missing something?
The text was updated successfully, but these errors were encountered: