Community
Participate
Working Groups
Currently, SSL renegotiations are not handled correctly in HttpClient, because the SelectConnector does not set that property on the endpoint. It should read the property from the SSLContextFactory (where it is set to true by default) and set it to the endpoint.
Fixed. Now the SelectConnector sets the property reading it from HttpClient.sslContextFactory.