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
In a setup where certificates are selected via SNI and the default context has no certificate, connections are capped to TLS 1.2, despite TLS 1.3 being available.
Setting a default certificate and results in TLS 1.3.
To reproduce, apply the following patch to the sni sample and run
In a setup where certificates are selected via SNI and the default context has no certificate, connections are capped to TLS 1.2, despite TLS 1.3 being available.
Setting a default certificate and results in TLS 1.3.
To reproduce, apply the following patch to the
sni
sample and runlua server.lua & openssl s_client -connect 127.0.0.1:8888 -servername servera.br
The text was updated successfully, but these errors were encountered: