Skip to content

https: use `servername` as agent key

Rodrigo Muino Tomonari requested to merge github/fork/indutny/fix/gh-3940 into master

https requests with different SNI values should not be sent over the same connection, even if the host is the same. Server may want to present different certificate or route the incoming TLS connection differently, depending on the received servername extension.

Fix: https://github.com/nodejs/node/issues/3940

Merge request reports

Loading