jetty / jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.86k stars 1.91k forks source link

Add SOCKS5 support #7091

Closed michedsa closed 1 year ago

michedsa commented 2 years ago

Target Jetty version(s) We are currently using the jetty websocket 10 using SOCKS4 proxy. Enhancement Description We need to support in the feature websocket via SOCKS5 proxy. Would it be possible to have the SOCKS5 version in the next release of jetty?

joakime commented 2 years ago

The spec for SOCKS5 can be found at https://datatracker.ietf.org/doc/html/rfc1928

This would be a low priority for us at the moment, as we are focused on HTTP/3 and Jetty 12 with Servlet 6.

We'll happily take a PR to add SOCKS5 support to Jetty 10.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.