text 无法建立SSL连接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 无法建立SSL连接相关的知识,希望对你有一定的参考价值。

Since the exception message is about SSL, 
i think that the error thrown because invalid or expired SSL certificate.

You can try to ignore them by specifying ValidationCallback before creating a request.


ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, sslPolicyErrors) => true;

以上是关于text 无法建立SSL连接的主要内容,如果未能解决你的问题,请参考以下文章

发生ssl错误 无法建立到该服务器的安全连接

发生ssl错误 无法建立到该服务器的安全连接

发生ssl错误 无法建立到该服务器的安全连接

tomcat无法建立ssl连接

无法建立 SSL 连接

无法建立到远程服务器的 SSL 连接