You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is proving to be very hard to do correctly with the builtin ssl module of python because it does not expose the verify callback of openssl. Using pyopenssl would an alternative but asyncio.create_server expects a ssl context from the bulitin ssl module.
The text was updated successfully, but these errors were encountered: