Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I got error when tried to use paypal provider for merchello,
PayPal: request initialization error: Invalid HTTP response The request was aborted: Could not create SSL/TLS secure channel.
How I can fix this?
Hi Anton,
I was facing the same issue.
Ive managed to solve it by adding the following lines before the "SetExpressCheckout" call in the Merchello.Plugin.Payments.PayPal:
ServicePointManager.Expect100Continue = true; ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; ServicePointManager.DefaultConnectionLimit = 9999;
Regards,
Moshe
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Paypal for merchello
I got error when tried to use paypal provider for merchello,
PayPal: request initialization error: Invalid HTTP response The request was aborted: Could not create SSL/TLS secure channel.
How I can fix this?
Hi Anton,
I was facing the same issue.
Ive managed to solve it by adding the following lines before the "SetExpressCheckout" call in the Merchello.Plugin.Payments.PayPal:
Regards,
Moshe
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.