You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem? Please describe
See #4938 - it's a request for supporting socks proxies
Describe the solution you'd like
Either a new config property, proxyType, or a refactoring of the client building such that the proxy logic can be delegated to then overriden at the factory level.
Other notes:
JDK does not currently support socks proxies
Jetty seems to only supports socks4
vert.x and okhttp support 4 and 5.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your enhancement related to a problem? Please describe
See #4938 - it's a request for supporting socks proxies
Describe the solution you'd like
Either a new config property, proxyType, or a refactoring of the client building such that the proxy logic can be delegated to then overriden at the factory level.
Other notes:
JDK does not currently support socks proxies
Jetty seems to only supports socks4
vert.x and okhttp support 4 and 5.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: