avitus Posted February 2, 2015 Share Posted February 2, 2015 I work with Prestashop 1.6.0.5, paypal always worked but now i get the next error. I restored the module already and also put some new data in the module nothing worked Error occurred: Please try to contact the merchant: <b>PayPal response:</b> -> Link to comment Share on other sites More sharing options...
jsmit2 Posted February 2, 2015 Share Posted February 2, 2015 To fix this disable SSL 3 in the lib/paypal_connect.php Comment this line @curl_setopt($ch, CURLOPT_SSLVERSION, 3); //@curl_setopt($ch, CURLOPT_SSLVERSION, 3); Because a big leak has been found in SSL 3 PayPal decided to stop with SSL 3 support Link to comment Share on other sites More sharing options...
anthellison Posted February 3, 2015 Share Posted February 3, 2015 This happened to me - not sure If I did it the right way but I got it working. Uninstalled paypal module downloaded and installed newest version from addons.prestashop.com Hope this helps Link to comment Share on other sites More sharing options...
sm5k Posted February 3, 2015 Share Posted February 3, 2015 Here it is: Go to [public_html] / /modules/paypal/api/paypal_connect.php In line 101 you find the following $fp = @fsockopen('ssl3 just change ssl3 to tls and everything will work fine. With thanx to boobaa that posted the fix first!!! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now