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

Tunnel connect params #11

Open
tstiemerling opened this issue Nov 13, 2014 · 1 comment
Open

Tunnel connect params #11

tstiemerling opened this issue Nov 13, 2014 · 1 comment

Comments

@tstiemerling
Copy link

If I use tunnel mode, and want to connect to host https://xyz:8443, then the http CONNECT header contains:

CONNECT xyz:8443 HTTP/1.1
host: xyz:443
Connection: close

The authority in the request line (xyz:8443) and the host header (xyz:443) should match. Code is not taking custom port into account setting host line.

@alexmorosmarco
Copy link

Hi, it is a long time since you created this but as I see it opened I send you this other issue I have just created and that I think it is related.
#32

Thanks!

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

No branches or pull requests

2 participants