无法建立 SSL 连接,请参阅内部异常
Posted
技术标签:
【中文标题】无法建立 SSL 连接,请参阅内部异常【英文标题】:Getting SSL connection could not be established, see inner exception 【发布时间】:2021-10-11 00:50:41 【问题描述】:我正在尝试在我的 .NET 项目中请求 SOAP Web 服务。我能够使用 SoapUI 连接并获得响应。但是当我尝试请求将此作为参考时Client to send SOAP request and receive response
我收到了The SSL connection could not be established, see inner exception.
我正在使用的网址和操作:
var _url = "https://xx.xxx.xxx.xxx:xxxxx/payment/services/SYNCAPIRequestMgrService";
var _action = "SYNCAPIRequestMgrService";
【问题讨论】:
见:google.com/… 【参考方案1】:在发出实际请求之前输入这行代码后,我能够得到响应。
ServicePointManager.ServerCertificateValidationCallback = delegate return true; ;
但这将始终信任 SSL 证书并且看起来不安全。
【讨论】:
以上是关于无法建立 SSL 连接,请参阅内部异常的主要内容,如果未能解决你的问题,请参考以下文章
与 LDAP 的 Keycloak 联合无法建立连接:错误!尝试连接到 LDAP 时出错。有关详细信息,请参阅 server.log
实体异常:在提供程序连接上启动事务时发生错误。有关详细信息,请参阅内部异常