重要世界

文章
6
资源
0
加入时间
3年0月20天

Maven项目中引入Guava依赖

<!-- https://mvnrepository.com/artifact/com.google.guava/guava --> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactI

https 在get请求时 存在绕过验证实现方法

https端存在绕过证书验证代码逻辑 try {            // 采用绕过验证的方式处理https请求            SSLContext sslcontext = createIgnoreVerifySSL();            // 设置协议http和https对应的处理socket链接工厂的对象            Registry<Con...