mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -132,9 +132,8 @@ public class ClientConfig {
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置SSLSocketFactory<br>
|
||||
* 只针对HTTPS请求,如果不设置,使用默认的SSLSocketFactory<br>
|
||||
* 默认SSLSocketFactory为:SSLSocketFactoryBuilder.create().build();
|
||||
* 设置SSLInfo<br>
|
||||
* 只针对HTTPS请求,如果不设置,使用默认的{@link SSLInfo#TRUST_ANY}<br>
|
||||
*
|
||||
* @param sslInfo SSLInfo
|
||||
* @return this
|
||||
|
Reference in New Issue
Block a user