Hi All:
I am implementing storefront for the last few months and have it successfully connected to the Sandbox of paypal for paypal payments pro gateway.
Since over the weekend it is not working anymore. The store gives me the following error:
ERROR CALLING PAYMENT GATEWAY
The trace gives me this error:
Could not create SSL/TLS secure channel
Page URL:/checkoutreview.aspx Source:System.Web.Services Message:The request was aborted: Could not create SSL/TLS secure channel. Stack Trace: at System.Web.Services.Protocols.WebClientProtocol.Ge tWebResponse(WebRequest request) at System.Web.Services.Protocols.HttpWebClientProtoco l.GetWebResponse(WebRequest request) at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String methodName, Object[] parameters) at AspDotNetStorefrontGateways.Processors.PayPalAPIAA SoapBinding.DoDirectPayment(DoDirectPaymentReq DoDirectPaymentReq) in C:\Development\Natrol\AspDotNetStorefront\ASPDNSFG ateways\PayPalSvcAPIv30.cs:line 956 at AspDotNetStorefrontGateways.Processors.PayPal.Proc essCard(Int32 OrderNumber, Int32 CustomerID, Decimal OrderTotal, Boolean useLiveTransactions, TransactionModeEnum TransactionMode, Address UseBillingAddress, String CardExtraCode, Address UseShippingAddress, String CAVV, String ECI, String XID, String& AVSResult, String& AuthorizationResult, String& AuthorizationCode, String& AuthorizationTransID, String& TransactionCommandOut, String& TransactionResponse) in C:\Development\Natrol\AspDotNetStorefront\ASPDNSFG atewayProcessors\GatewayPayPal\PayPal.cs:line 415 at AspDotNetStorefrontGateways.GatewayTransaction.Cal lGateway(String gateway) in C:\Development\Natrol\AspDotNetStorefront\ASPDNSFG ateways\GatewayTransaction.cs:line 205 at AspDotNetStorefrontGateways.GatewayTransaction.Pro cess() in C:\Development\Natrol\AspDotNetStorefront\ASPDNSFG ateways\GatewayTransaction.cs:line 176
What is going on here ? Any idea what happened and how to solve it?
thanks,
Michael