简体   繁体   English

无法为具有权限“epayment.dubai.ae”的 SSL/TLS 建立安全通道。 .NET 框架 4.5

[英]Could not establish secure channel for SSL/TLS with authority 'epayment.dubai.ae'. .NET Framework 4.5

I am getting this error from my website, it works when I reset IIS for a while, but then it starts to throw the same error and will work again after I reset it again.我从我的网站收到此错误,当我重置 IIS 一段时间后它会工作,但随后它开始抛出相同的错误,并且在我再次重置后会再次工作。

I have tried to change the GLobal_asax application_start securityProtocol for:我试图将 GLobal_asax application_start securityProtocol 更改为:

System.Net.ServicePointManager.SecurityProtocol = CType(3072, System.Net.SecurityProtocolType)
System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12


If System.Net.ServicePointManager.SecurityProtocol = (SecurityProtocolType.Ssl3 Or SecurityProtocolType.Tls) Then
   System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls Or SecurityProtocolType.Tls11 Or SecurityProtocolType.Tls12

System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12

All of this returned the same result所有这些都返回了相同的结果

I am using iis 8.5, windows server 2012我正在使用 iis 8.5、windows 服务器 2012

we have installed a root certificate from the payment provider which solve the problem我们已经安装了支付提供商的根证书,解决了这个问题

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 vb无法为SSL / TLS建立安全通道 - vb Could not establish secure channel for SSL/TLS WCF:无法为具有权限错误的SSL / TLS安全通道建立信任关系 - WCF : Could not establish trust relationship for the SSL/TLS secure channel with authority error 无法为SOAP调用建立SSL / TLS的安全通道 - Could not establish secure channel for SSL/TLS for SOAP call 无法为 SSL/TLS 安全通道建立信任关系 - SOAP 服务 - Could not establish trust relationship for the SSL/TLS secure channel - SOAP Service VB。 NET:请求被中止:无法在 WebClient 上创建 SSL/TLS 安全通道 - VB. NET: The request was aborted: Could not create SSL/TLS secure channel on WebClient 我如何修复 ASP.NET 中的无法创建 SSL/TLS 安全通道错误 - How do i fix the Could not create SSL/TLS secure channel Error in ASP.NET ASP.NET“请求被中止:无法创建 SSL/TLS 安全通道”也出现在配置的 servicepointmanager 中 - ASP.NET "The request was aborted: Could not create SSL/TLS secure channel" occurs also with configured servicepointmanager VB.NET Web服务无法连接:“无法创建SSL / TLS安全通道” - VB.NET Web Service connection impossible : “Could not create SSL/TLS secure channel” VB。 NET:请求被中止:无法创建 SSL/TLS 安全通道 - VB. NET: The request was aborted: Could not create SSL/TLS secure channel Windows 7 无法创建 SSL/TLS 安全通道。"} System.Net.WebException - Windows 7 Could not create SSL/TLS secure channel."} System.Net.WebException
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM