ambitious-actor-36781
01/30/2024, 8:01 AMssl.create_default_context() somewhere at the top of fetcher.py
But I'm wary because it's a somewhat esoteric error, caused by threading, and the SSL documentation is kinda ambiguous on what you're meant to do:
> An SSL_CTX object should not be changed after it is used to create any SSL objects or from multiple threads concurrently, since the implementation does not provide serialization of access for these cases.