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
Is there a way to asynchronously load and use a certificate after ClientHello? This is possible in tokio-rustls with LazyConfigAcceptor but I have not found a way to do it with qinn.
My use case is for the server to dynamically pick a cert based on SNI, read the cert's file asynchronously, and then use it for the connection.
The text was updated successfully, but these errors were encountered:
Yeah, we don't have support for the Acceptor yet. I think there was some recent discussion (probably in Discord), but it's a little gnarly to fit into our current API.
Is there a way to asynchronously load and use a certificate after ClientHello? This is possible in tokio-rustls with
LazyConfigAcceptor
but I have not found a way to do it with qinn.My use case is for the server to dynamically pick a cert based on SNI, read the cert's file asynchronously, and then use it for the connection.
The text was updated successfully, but these errors were encountered: