-
Notifications
You must be signed in to change notification settings - Fork 101
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
Proxy Authentication #148
Comments
patch for proxy-support TODO: |
Thanks for providing this patch. I am using a company proxy which asks for authentication via Kerberos. I changed your code slightly to check for a set proxy in case of 407 during authenticate_user to use this as the host name to get the service ticket for. |
Please consider filing pull requests instead of attaching patches as attachments to comments. |
Yes, you are right. Lets follow up here: #149 |
I think that this point:
is the main point of your TODO-list. If it were possible to solve the problem with urllib3 (or rather, the problem with the function
This approach repeats what happens in the case of Basic authentication, which the
But I'm not sure it needs to be tested. |
https://github.com/urllib3/urllib3/blob/main/CHANGES.rst The underlying problem should be fixed now. |
Duplicate of #83 |
* Added Kerberos proxy authentication based on code published here: #148 * Added testcases for kerberos based proxy authentication
Could it be that kerberos proxy authentication is not supported yet?
407 - Proxy-Authenticate', 'Proxy-Authorization
The text was updated successfully, but these errors were encountered: