Skip to content

Username/Password Authentication for SOCKS5 is not as expected. #7

Description

@jiangtian616

if (version != 0x05 || status != 0x00) {
exception = SocksException.incorrect;
} else {

From RFC1929, [VER] used in initial negotiation for authentication is 0x01 rather than 0x05, which leads to failure when autheticate with server.

image

Besides, when autheticate failed due to wrong username or password, an error occurs as #1.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions