Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Delay SSL context construction in requests adapter #385

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

joguSD
Copy link

@joguSD joguSD commented Jun 5, 2018

This delays SSL context construction in the requests adapter to only construct the new context when it will actually be used to establish a new connection. This avoids getting duplicate certificate errors like the following: ssl.SSLError: [X509: CERT_ALREADY_IN_HASH_TABLE] cert already in hash table (_ssl.c:2171).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant