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
When trying to use the socks5 proxy (with Chrome on a Mac), it fails with this error message:
[ERR] socks: Failed to authenticate: No supported authentication mechanism
I had set the System Preferences on the Mac to use the SOCKS Proxy, and I provided the user and password. The proxy was clearly being contacted, but the authentication step was failing.
Here is the code that attempts to configure socks5 to use the UserPassAuthenticator.
When trying to use the socks5 proxy (with Chrome on a Mac), it fails with this error message:
I had set the System Preferences on the Mac to use the SOCKS Proxy, and I provided the user and password. The proxy was clearly being contacted, but the authentication step was failing.
Here is the code that attempts to configure socks5 to use the
UserPassAuthenticator
.Can anyone give a simple example showing how UserPassAuthenticator can be used with Chrome/Safari browsers on a Mac?
The text was updated successfully, but these errors were encountered: