hyper icon indicating copy to clipboard operation
hyper copied to clipboard

Delay SSL context construction in requests adapter

Open joguSD opened this issue 7 years ago • 0 comments

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).

joguSD avatar Jun 05 '18 20:06 joguSD