-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
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
ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 407 authentication required',)) #1063
Comments
You need to pass in proxy headers to properly use the proxy manager. Ref #779, OpenAPITools/openapi-generator#2467 This should be fixed in the upcoming 12.0.0a1 release where we upgrade to a newer version of openapi-generator. You can apply the fix locally as a workaround |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened (please include outputs or screenshots):
I am trying to use proxy in the kubernetes framework but I get the following error :
What you expected to happen:
Here I suppose I would get the list of nodes.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
Kubernetes Client Version: v1.11.0+d4cacc0
AKS Kubernetes Server Version: v1.12.7
Python 2.7.15rc1
The text was updated successfully, but these errors were encountered: