SSL upgrade to TLS for PayPal EU version on PrestaShop - PS1.6.0.9
My website has SSL/SHA2, I'm using PS1.6.0.9 default theme and PayPal EU module. And no third party modules.
How do I configure my SSL to TLS? Should I get it done before I update the PayPal module? Support team asked me to post this question as they the experts in the community might have a workaround solution.
What else do I need to do before I update the PayPal EU module on PS1.6?
How do I configure my SSL to TLS? Should I get it done before I update the PayPal module? Support team asked me to post this question as they the experts in the community might have a workaround solution.
What else do I need to do before I update the PayPal EU module on PS1.6?
Edit modules/paypal/api/paypal_connect.php line 88 - change number 3 to 4 for CURLOPT_SSLVERSION: from: @curl_setopt($ch, CURLOPT_SSLVERSION, 3); to @curl_setopt($ch, CURLOPT_SSLVERSION, 4);
They recommend that you test this in the Paypal sandbox. Please reference the post if you have any further questions or comments. Regards, Arnel C.