Jump to content

TLS 1.2 verification fail: cURL error (6)


Moonmosaic007

Recommended Posts

My paypal sandbox mode is not working due to tls. I have reached out to the paypal community and I got this response.

 

"Usually that error means that in your Sandbox Environment you are not TLS 1.2 compliant. You have a few options available, you can ensure that your sandbox environment is TLS 1.2 Compliant. You will want to keep your live settings to remain TLS 1.2 compliant, but in sandbox you can either ensure that your environment is compliant, or make an update to your cURL calls for Sandbox Only:

curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 0);"

 

However I have no idea where in paypal 's module in prestashop I need to fix this.I have a paypal express module purchased through add-ons.

 

Any suggestions?

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