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
As it looks like that requests-kerberos is dead it might be a good idea to adapt this patch to get proxy support here: requests/requests-kerberos#148
When installing requests-gssapi I noticed the following: Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
To get proper proxy support urlib3 >= 1.26 will be required.
The text was updated successfully, but these errors were encountered:
#36
Sorry, something went wrong.
Note that requests-gssapi doesn't currently have a dependency on urllib3 directly. If it's important we could add one.
It looks like my patch works with http only, https failed in my tests. :/
No branches or pull requests
As it looks like that requests-kerberos is dead it might be a good idea to adapt this patch to get proxy support here:
requests/requests-kerberos#148
When installing requests-gssapi I noticed the following:
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
To get proper proxy support urlib3 >= 1.26 will be required.
The text was updated successfully, but these errors were encountered: