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
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
Hi there. Is there a way to work with SNI in a similar way that I can with the Erlang standard SSL module?. I particularly like the way you can use {sni_fun, SNIfun::fun()} in the standard SSL library. BoringSSL does seem to include the SNI capability. Thanks!
The text was updated successfully, but these errors were encountered:
SNI is not currently supported but I'm looking at implementing the support in the close future. Once something moves, I'll update the status in this issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there. Is there a way to work with SNI in a similar way that I can with the Erlang standard SSL module?. I particularly like the way you can use
{sni_fun, SNIfun::fun()}
in the standard SSL library. BoringSSL does seem to include the SNI capability. Thanks!The text was updated successfully, but these errors were encountered: