Open mgranderath opened 4 months ago
This seems to be due to two concrete issues:
SSLConnectionSocketFactory
correctly whenever we create a PoolingHttpClientConnectionManager
and that defaults to creating the default socket factoryhttpcomponents-client
that is being used where the default SocketFactory is always used instead of using the SSLConnectionSocketFactory. The bug is located here.cc @zhtaoxiang @soumitra-st
During our attempted upgrade to 1.1.0 we noticed that some calls from the controller to the servers were failing due to TLS issues. We have 2-way TLS configured for our clusters and after investigation it seems like the Apache Http clients do not use the configured key/trust stores but just pickup the system defaults.
Error