Change log level of supportedProtocols.

master
Sutra Zhou 2020-05-28 14:30:14 +08:00
parent 3510e74d3f
commit 4078766d0e
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class HttpClientGenerator {
} else {
supportedProtocols = new String[] { "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2" };
}
logger.info("supportedProtocols: {}", String.join(", ", supportedProtocols));
logger.debug("supportedProtocols: {}", String.join(", ", supportedProtocols));
return new SSLConnectionSocketFactory(sslContext, supportedProtocols,
null,
new DefaultHostnameVerifier()); // 优先绕过安全证书