We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting the following error when connecting to API AI via proxy. socket.error: Tunnel connection failed: 407 AuthorizedOnly
socket.error: Tunnel connection failed: 407 AuthorizedOnly
When I looked into request.py I could see HTTPConnection being used which only considers proxy server and port and not the username and password.
HTTPConnection
Do you plan to support requests module or another fix so that username and password can also be passed to authenticate against proxies.
requests
Ideally should take username/password from environment with the pattern: https://<username>:<password>@<proxy_server>:<port>
https://<username>:<password>@<proxy_server>:<port>
The text was updated successfully, but these errors were encountered:
will this be fixed
Sorry, something went wrong.
No branches or pull requests
Getting the following error when connecting to API AI via proxy.
socket.error: Tunnel connection failed: 407 AuthorizedOnly
When I looked into request.py I could see
HTTPConnection
being used which only considers proxy server and port and not the username and password.Do you plan to support
requests
module or another fix so that username and password can also be passed to authenticate against proxies.Ideally should take username/password from environment with the pattern:
https://<username>:<password>@<proxy_server>:<port>
The text was updated successfully, but these errors were encountered: