Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Anton 135 posts 186 karma points
    Apr 18, 2016 @ 09:14
    Anton
    0

    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?

  • MK 429 posts 906 karma points
    May 21, 2016 @ 11:21
    MK
    0

    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

  • 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.

Please Sign in or register to post replies