Tiny icon indicating copy to clipboard operation
Tiny copied to clipboard

X509TrustManager的问题

Open chengnuovax opened this issue 4 years ago • 4 comments

我在项目中发现实现了了X509TrustManager的接口,不知道有什么作用? 我收到了来自Google的警告邮件(在与远程主机建立HTTPS连接时,该实现会忽略所有SSL证书验证错误,从而使您的应用容易受到中间人攻击)。 希望能帮忙看下这个问题

chengnuovax avatar Jun 17 '20 08:06 chengnuovax

我也收到了,有一个http请求图片bitmap的用了http请求,信任所有的证书。坐等作者把这个去掉

decide15 avatar Jun 20 '20 08:06 decide15

作者都不更新了,自己下载下来改吧

xfnbing avatar Jul 29 '20 07:07 xfnbing

The author is not updated, download it and change it yourself

how we can change it ourself please guide asap

shoaibalisabir avatar May 04 '21 15:05 shoaibalisabir

download the project and search for trustmanager uses in the project and simpy just remove those lines

cse-ariful avatar May 12 '21 04:05 cse-ariful