aiohttp and PyOpenSSL #7767
-
Hi there, I'm migrating a codebase from urllib3 to aiohttp. However, we use a custom OCSP verification process that is entirely dependent on PyOpenSSL (it works with I've been looking everywhere, and the only relevant thread I was able to find was from 2015. I'm wondering if anyone has had to do something similar before. Any advice is appreciated. 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I doubt the situation has changed much, so that's probably the most relevant information you'll get. Although, the Context looks similar to SSLContext, so if it's compatible maybe you'll be able to pass it in as the |
Beta Was this translation helpful? Give feedback.
No idea. I would expect that it's probably called by asyncio, not us (though you can always checkout a commit from 2015 and grep the code to check if it used to be there...).