Skip to content
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

fix: Patch preloaded SSL context for requests library #164

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

timo-reymann
Copy link

@timo-reymann timo-reymann commented Dec 2, 2024

requests 2.32.0 introduced a preloaded SSL context, which needs to be patched manually unfortunately.

This PR adds the according functionality.

This should fix #165, #143 and potentially #155

@timo-reymann timo-reymann force-pushed the fix/recursion-error-requests-2-32-up branch 3 times, most recently from ccec733 to e3d91ee Compare December 2, 2024 16:04
@timo-reymann timo-reymann marked this pull request as draft December 2, 2024 16:09
@timo-reymann timo-reymann force-pushed the fix/recursion-error-requests-2-32-up branch 2 times, most recently from 54a420c to bc7cf8a Compare December 2, 2024 16:10
requests 2.32.0 introduced a preloaded SSL context, which needs to be patched manually unfortunately
@timo-reymann timo-reymann force-pushed the fix/recursion-error-requests-2-32-up branch from bc7cf8a to 933e452 Compare December 2, 2024 16:12
@timo-reymann timo-reymann force-pushed the fix/recursion-error-requests-2-32-up branch from 933e452 to 122750f Compare December 2, 2024 16:14
@timo-reymann timo-reymann marked this pull request as ready for review December 2, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

requests 2.32.0+ does not work with truststore library
1 participant