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

Wrong behavior when using HTTP proxy with --haproxy-protocol enabled #9442

Closed
ginuerzh opened this issue Sep 6, 2022 · 0 comments
Closed

Comments

@ginuerzh
Copy link

ginuerzh commented Sep 6, 2022

I did this

curl sends the proxy protocol header twice.

For HTTPS request:

curl -k -x localhost:8080 --haproxy-protocol https://localhost:8000

After connected to proxy server, it send the header immediately, followed by TLS client hello, but then it send the header again.

Screenshot from 2022-09-06 19-29-34

For HTTP request:

curl -k -v --proxytunnel -x localhost:8080 --haproxy-protocol http://localhost:8000

After connected to proxy server, it send two consecutive headers immediately.

Screenshot from 2022-09-06 19-33-07

curl/libcurl version

curl 7.85.0 (x86_64-pc-linux-gnu) libcurl/7.85.0 OpenSSL/1.1.1f zlib/1.2.11
Release-Date: 2022-08-31
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS HSTS HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL threadsafe TLS-SRP UnixSockets

operating system

Distributor ID: Ubuntu
Description: Ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal

Linux ubuntu 5.15.0-46-generic #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants