Skip to content
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

Allow authenticated SOCKS5 connections without a password #19

Closed
wants to merge 1 commit into from

Conversation

mmm29
Copy link

@mmm29 mmm29 commented Oct 15, 2022

Hi.
The SOCKS5 protocol does not require the password to be non-empty. Some SOCKS5 server implementations authenticate the client by a username only, so it makes no sense to require a user of the library to provide any non-empty password just to make authentication work.

@romis2012
Copy link
Owner

The socks5 protocol doesn't allow empty password for USERNAME/PASSWORD authentication method. See https://www.rfc-editor.org/rfc/rfc1929

In any case this PR doesn't solve any issues

@romis2012 romis2012 closed this Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants