RunjeoHW

Results 5 comments of RunjeoHW

> I presume he's talking about reading a very large blob which potentially could be 1GB What you said is consistent with what I wanted to ask. Users configure the...

> 你好,请帮忙发一下你的客户端配置HttpClientConfig以及java版本。 TlsConfig tlsConfig = new TlsConfig.Builder() .hostnameVerifyDisabled(true) // 非ssl // .verifyDisabled(true) // ssl .verifyDisabled(false) .trustStore(capath, "Huawei@12F3".toCharArray()) .build(); 刚才又本地验证了一遍,在0.3.2和0.3.4都不会校验证书过期

使用的jdk8,HttpClientEngine有okhttp-4.12.0和httpclient-4.5.14

> HttpClientConfig中的engine参数选择的是什么 new HttpClientConfig.Builder().engine(HttpClientEngine.OkHttp)

> 你好,这边测试发现确实不会校验证书过期,请问是需要添加这个校验吗? 是的,那样的话我们就可以不用每次使用前自己添加校验了