在过去的几个月里,我正在实施一个在线商店,并将其成功连接到贝宝的沙盒,用于贝宝支付专业网关。它从一开始就完美无缺。
因为在周末它不再工作了。商店给我以下错误:
调用支付网关时出错 跟踪给了我这个错误: 无法创建 SSL/TLS 安全通道 页面 URL:/checkoutreview.aspx 来源:System.Web.Services 消息:请求被中止:无法创建 SSL/TLS 安全通道。 堆栈跟踪: 在 System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest 请求) 在 System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest 请求) 在 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(字符串方法名,对象 [] 参数) 在 C:\Development\Natrol\AspDotNetStorefront\ASPDNSFGateways\PayPalSvcAPIv30.cs:line 956 中的 AspDotNetStorefrontGateways.Processors.PayPalAPIAASoapBinding.DoDirectPayment(DoDirectPaymentReq DoDirectPaymentReq) 在 AspDotNetStorefrontGateways.Processors.PayPal.ProcessCard(Int32 OrderNumber、Int32 CustomerID、十进制 OrderTotal、布尔 useLiveTransactions、TransactionModeEnum TransactionMode、地址 UseBillingAddress、String CardExtraCode、地址 UseShippingAddress、String CAVV、String ECI、String XID、String& AVSResult、String& AuthorizationResult、String& AuthorizationCode , String& AuthorizationTransID, String& TransactionCommandOut, String& TransactionResponse) 在 C:\Development\Natrol\AspDotNetStorefront\ASPDNSFGatewayProcessors\GatewayPayPal\PayPal.cs:line 415 在 C:\Development\Natrol\AspDotNetStorefront\ASPDNSFGateways\GatewayTransaction.cs:line 205 中的 AspDotNetStorefrontGateways.GatewayTransaction.CallGateway(String gateway) 在 C:\Development\Natrol\AspDotNetStorefront\ASPDNSFGateways\GatewayTransaction.cs:line 176 中的 AspDotNetStorefrontGateways.GatewayTransaction.Process()
这里发生了什么 ?知道发生了什么以及如何解决它?为什么会突然坏掉?
谢谢,迈克尔