You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be done as soon as the developer specifies a SSLContext or a TrustStore so with all the ConnectionFactory#useSslProtocol methods, except ConnectionFactory#useSslProtocol() and ConnectionFactory#useSslProtocol(String protocol) methods, where server checks are explicitly relaxed by using the TrustEverythingTrustManager.
Disabling server hostname verification could issue a warning, just like when using TrustEverythingTrustManager.
The text was updated successfully, but these errors were encountered:
This should be done as soon as the developer specifies a
SSLContext
or aTrustStore
so with all theConnectionFactory#useSslProtocol
methods, exceptConnectionFactory#useSslProtocol()
andConnectionFactory#useSslProtocol(String protocol)
methods, where server checks are explicitly relaxed by using theTrustEverythingTrustManager
.Disabling server hostname verification could issue a warning, just like when using
TrustEverythingTrustManager
.The text was updated successfully, but these errors were encountered: