0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 04:08:54 +02:00

ircd::net: Bail early if no SNI sent by client.

This commit is contained in:
Jason Volk 2019-03-21 16:51:33 -07:00
parent a9b098a280
commit a6886dafe6

View file

@ -1631,6 +1631,9 @@ try
openssl::server_name(ssl) openssl::server_name(ssl)
}; };
if(!name)
return true;
log::debug log::debug
{ {
log, "%s offered SNI '%s'", log, "%s offered SNI '%s'",