b76301198b
Motivation: Since "Http2ClientInitializer" creates a new SSLContext Handler without specifying Host, Netty does not add SNI Extension in TLS Client Hello request and the request fails if the server uses SNI to establish TLS Connection. Modification: Specified Host while creating a new SSLContext Handler in "Http2ClientInitializer". Result: Netty adds SNI Extension of the Host Specified in new SSLContext Handler and sends it with TLS Client Hello request. Fixes #9815. |
||
---|---|---|
.. | ||
src/main | ||
.gitignore | ||
pom.xml |