We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644bd5f commit 6466ac1Copy full SHA for 6466ac1
lib/_tls_wrap.js
@@ -628,7 +628,7 @@ TLSSocket.prototype._finishInit = function() {
628
this.alpnProtocol = this.ssl.getALPNNegotiatedProtocol();
629
}
630
631
- if (process.features.tls_sni && this._tlsOptions.isServer) {
+ if (process.features.tls_sni) {
632
this.servername = this._handle.getServername();
633
634
0 commit comments