-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add SOCKS5 support #7091
Comments
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. |
This issue has been automatically marked as stale because it has been a |
Spin-off of the work in #9653. Simplified the implementation, fixed a few mistakes, added more tests. Made the implementation of Socks5.Authentication more extensible (for example to implement GSSAPI authentication). Updated documentation. Signed-off-by: Simone Bordet <[email protected]>
Spin-off of the work in #9653. Simplified the implementation, fixed a few mistakes, added more tests. Made the implementation of Socks5.Authentication more extensible (for example to implement GSSAPI authentication). Updated documentation. Signed-off-by: Simone Bordet <[email protected]>
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?
The text was updated successfully, but these errors were encountered: