Skip to content

Proxy auth fail #53

Description

@MortonPNZ

On HTTP error like this:

Received HTTP code 407 from proxy after CONNECT

proxy = ('http', ('geo.iproyal.com', 12321, ('login','password')))
r = hurl.get("https://ipv4.icanhazip.com/", proxy = proxy)

On SOCKS5:

No authentication method was acceptable.

proxy = ('socks5', ('geo.iproyal.com', 42324, ('login','password')))
r = hurl.get("https://ipv4.icanhazip.com/", proxy = proxy)

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