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

chore (setup.cfg): update request to 2.32.1 #1601

Closed
wants to merge 2 commits into from

Conversation

aarcex3
Copy link

@aarcex3 aarcex3 commented Sep 16, 2024

Related Issue

#1597

@jkbrzt
Copy link
Member

jkbrzt commented Nov 1, 2024

Newer versions of Requests have an issue with the way we pass our custom SSL context. That needs to be fixed before we can upgrade.

See #1583 #1581

Example:

$ https google.com

https: error: SSLError: HTTPSConnectionPool(host='google.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)'))) while doing a GET request to URL: https://google.com/

@jkbrzt
Copy link
Member

jkbrzt commented Nov 1, 2024

Fixed in v3.2.4 via #1596

@jkbrzt jkbrzt closed this Nov 1, 2024
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.

2 participants