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
I would like to develop a TCP Server in which, the TLS Server certificate are selected based on the SNI in ClientHello. Think of a TCP Proxy with multiple domains hosted on single server. I could not find anything in documentation. Is this possible with tokio_native_tls in async manner? if not, any other way I can achieve this in tokio? A very minimal example is very much appreciated on how this can be achieved.
The text was updated successfully, but these errors were encountered:
I would like to develop a TCP Server in which, the TLS Server certificate are selected based on the SNI in
ClientHello
. Think of a TCP Proxy with multiple domains hosted on single server. I could not find anything in documentation. Is this possible withtokio_native_tls
in async manner? if not, any other way I can achieve this in tokio? A very minimal example is very much appreciated on how this can be achieved.The text was updated successfully, but these errors were encountered: