-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Hello!
Thank you for this library, it looks like what I need!
For context, I'm playing with the idea of an HTTPS server that lazily produces certificate from ACME/Let's Encrypt when they are first accessed.
To do this I need to execute my code (a blocking asyncio callback) after the SSL handshake to and use the SNI and ALPN data to fetch/generate the correct certificate
However it is not completely clear how to do that:
- can the
post_handshake_callbackdo that? - Can
STARTTLSTransportbe used in server-mode? The tests always use it in client-mode
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels