(openssl) add sni support
This commit is contained in:
parent
09af729c07
commit
8f5d83c5c2
@ -242,6 +242,9 @@ namespace ix
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SNI support
|
||||||
|
SSL_set_tlsext_host_name(_ssl_connection, host.c_str());
|
||||||
|
|
||||||
handshakeSuccessful = openSSLHandshake(errMsg);
|
handshakeSuccessful = openSSLHandshake(errMsg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user