This commit is contained in:
Looly 2022-04-21 17:53:02 +08:00
parent d46086e0dd
commit 49667afbe9

View File

@ -308,7 +308,7 @@ public class HttpRequest extends HttpBase<HttpRequest> {
* 它会验证 SSL 服务器在数字证书中返回的主机名是否与用于连接 SSL 服务器的 URL 主机名相匹配如果主机名不匹配则删除此连接<br>
* 因此weblogic不支持https的sni协议的主机名验证此时需要将此值设置为sun.net.www.protocol.https.Handler对象
* <p>
* 相关issue见https://gitee.com/dromara/hutool/issues/IMD1X
* 相关issue见<a href="https://gitee.com/dromara/hutool/issues/IMD1X">https://gitee.com/dromara/hutool/issues/IMD1X</a>
*
* @param urlHandler {@link URLStreamHandler}
* @return this