Skip to content

Webview net::ERR_PROXY_AUTH_UNSUPPORTED #3

Description

@winnerawan

got exception in webview when using basic auth

net::ERR_PROXY_AUTH_UNSUPPORTED

another log

E [ERROR:ssl_client_socket_impl.cc(980)] handshake failed; returned -1, SSL error code 1, net_error -101

command on server:

https-proxy --listen=":443" -proto=https -key /root/cert/privkey.pem -pem /root/cert/fullchain1.pem -users "usr:pwd"

but when using curl its works, also its working in webview without auth

curl --proxy https://usr:pwd@mydomain.com https://www.reddit.com

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