Skip to content

Proxy auth fail #53

@MortonPNZ

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)

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