-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Authentication not working with clients #30
Comments
@timothymiller - can you provide more info about your configuration in System Preferences (perhaps a screen shot)? |
Doing some research on my own... it looks like the password is not being sent according to the new client connection
<Buffer 66 6f 6f> foo
<Buffer >
user foo failed to authenticate...
Error: invalid credentials |
@brozeph Hey. |
@bkarvatskyi Hi! Apparently, this is still an issue as of 2024: https://discussions.apple.com/thread/255394737?sortBy=best I wonder if socat or ssh tunneling could work for your use case? https://serverfault.com/questions/1123712/port-forwarding-through-socks5 |
Authentication in examples/createServerWithAuthentication works using the curl command in the README, but providing the same credentials in macOS system preferences for SOCKS Proxy config, nor Electron webview proxy authentication does not work. The error "invalid credentials" is printed to the console.
The text was updated successfully, but these errors were encountered: