Closed (duplicate)
Project:
Commerce PayPal
Version:
7.x-2.x-dev
Component:
------------------
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2015 at 21:16 UTC
Updated:
8 Jun 2017 at 17:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
marvil07 commentedHere the related patch, it will be critical on the mentioned deadline.
Comment #3
torgospizzaWorks for me. This is critical and should be committed before December 3rd, otherwise Commerce shops using PayPal will have some trouble.
Comment #4
mstrelan commentedI believe the new deadline is Jan 14, 2016 for the sandbox and Jun 17, 2016 for production.
https://www.paypal-knowledge.com/infocenter/index?page=content&id=FAQ1913
Comment #5
mrchristophy commentedI'm running into this problem today on my Paypal WPP sandbox account. I've tried the patch but I'm still receiving an error. See my issue: https://www.drupal.org/node/2655868#comment-10782140
Comment #6
dimchich commentedI have same problems,
My drupal site runs on php 5.4.45 and openssl is 1.0.1 and curl is 7.22.0
Seems that there are no constants CURL_SSLVERSION in php < 5.5
More than that if i use 1 instead of CURL_SSLVERSION_TLSv1 or 6 instead of CURL_SSLVERSION_TLSv1_2 paypal not works
Comment #7
Nate_P commentedIf you are still receiving the error, you most likely need to install a more recent version of cURL. We run a CentOS 6 webserver, and the following instructions fixed the error for us:
https://www.digitalocean.com/community/questions/how-to-upgrade-curl-in-centos6
This is along with only using the changes according to the patch here.
A quick Google search on updating cURL with your server version should help you find the correct repos and such to install from.
Hope that helps!
Comment #8
rreiss commentedAlso related to https://www.drupal.org/node/2263585#comment-11206959 .
I've created a patch which handles this issue and the HTTP version issue as well.
Comment #9
rsbecker commentedThis patch did not work for me. But the following did.
Comment #10
andyg5000Need to make sure all sub modules are updated and the integer value as described in #9 should be used.
Comment #11
andyg5000Duplicate of #2263585: Paypal enforcing HTTP/1.1 on sandbox - update client method