Jump to content

Paypal Verification failed


Recommended Posts

I am getting errors on my orders from paypal. Verification failure (using cURL). Returned: cURL error:GnuTLS recv error (-9): A TLS packet with unexpected length was received.The PayPal transaction could not be VERIFIED.


I am currently using version 1.3.1.1 Everything was working fine yesterday and I have not made any changes either.
I did a test purchase myself. It showed everything working fine and said it was a success. The payment is in paypal but comes up an error in prestashop.

Dale

Link to comment
Share on other sites

Are you guys using iPage?

I have one customer also has the same problem, he is with iPage.
But when I replicate his site on my home PC, there is no problem at all.
If you guy are all using iPage, then I am not 100% sure but 90% is your hosting server issue.

Because the IPN data we received is correctly, so you can try to comment out following two lines TEMPORARY at /modules/paypal/validation.php to avoid this error.

But please note: once you remove the lines, if there is real error, you will not know. It is better to confirm you Paypal transaction for each order at this moment.

       if ($result != 'VERIFIED')
           $errors .= $paypal->getL('curlmethod').$result.' cURL error:'.curl_error($ch);

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...