Hi all,
we experienced that running OXID 4.8.7 with PayPal module 3.1.1 that no redirect in the basket to PayPal was possible. You were always redirected to the article overview in the basket with the error: curl error: 35.
This post is a short description how to fix this error.
After a while googling, i found a simple solution. You have to increase the SSL version in the curl-Part of your PayPal-Module. With no warranty, try this:
Thats it! Try to pay with PayPal in the basket again: it will be successful.
I guess with PayPal module 3.2 there is the same problem.
Kinda regards :)
we experienced that running OXID 4.8.7 with PayPal module 3.1.1 that no redirect in the basket to PayPal was possible. You were always redirected to the article overview in the basket with the error: curl error: 35.
This post is a short description how to fix this error.
After a while googling, i found a simple solution. You have to increase the SSL version in the curl-Part of your PayPal-Module. With no warranty, try this:
- Open file modules/oe/oepaypal/core/oepaypalcurl.php
- Search for 'CURLOPT_SSLVERSION' => 3
- Replace the 3 with 4
Thats it! Try to pay with PayPal in the basket again: it will be successful.
I guess with PayPal module 3.2 there is the same problem.
Kinda regards :)