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

HTTP proxy tunneling using CONNECT method #12025

Closed
cyberduck opened this issue Jan 4, 2006 · 8 comments
Closed

HTTP proxy tunneling using CONNECT method #12025

cyberduck opened this issue Jan 4, 2006 · 8 comments

Comments

@cyberduck
Copy link
Collaborator

Chris Gregg created the issue

At work, I cannot use Cyberduck through the HTTP proxy (and it seems that the SOCKS proxy is either broken or nonexistent). Support for this would be great. Thanks!

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Milestone 2.7 deleted

@cyberduck
Copy link
Collaborator Author

zedmac commented

Me, too.
Can't use it with an HTTP1.1 Proxy
Clients with Windows are usin Filezilla
wich does support HTTP1.1 Proxys

@cyberduck
Copy link
Collaborator Author

nemesis19 commented

please switch this ticket to a higher priority! thanks

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#2104 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

anonymous commented

The only GUI client that supports HTTP proxy on Mac is FileZilla, which sucks in every other way.
Please, raise the priority of this feature.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We do support HTTP proxying for all protocols such as WebDAV and S3 based on HTTP.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Reopening this to add support for HTTP Connect Proxy tunneling for any protocol and not only HTTP.

In this mechanism, the client asks an HTTP Proxy server to forward the TCP connection to the desired destination. The server then proceeds to make the connection on behalf of the client. Once the connection has been established by the server, the Proxy server continues to proxy the TCP stream to and from the client. Note that only the initial connection request is HTTP - after that, the server simply proxies the established TCP connection.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 4bf32b5.

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

No branches or pull requests

1 participant