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
chore: update documentation related to proxy authentication
The new API introduced in TBX 2.7, and HTTP proxy authentication works flawlessly. However,
SOCKS5 proxy authentication does not appear to be properly supported in the current TBX
implementation.
While users can configure a SOCKS5 proxy with basic authentication, Toolbox fails to
authenticate successfully. Coder uses OkHttp as the HTTP client, which in turn delegates
SOCKS5 authentication to the JVM (java.net.SocksSocketImpl). We can configure a java.net
.Authenticator with the credentials exposed by the new TBX API. However, since the
Authenticator is set globally, doing so would affect all plugins — including TBX itself —
which may not be desirable.
0 commit comments