I found the string to change, fortunately its easy:
/web/content/includes/modules/payment/paypal/paypal_curl.php
Line #58 : CURLOPT_SSLVERSION => 3,
Change to CURLOPT_SSLVERSION => 4,
It works ...for now. Thanks for the notice paypal...
I found the string to change, fortunately its easy:
/web/content/includes/modules/payment/paypal/paypal_curl.php
Line #58 : CURLOPT_SSLVERSION => 3,
Change to CURLOPT_SSLVERSION => 4,
It works ...for now. Thanks for the notice paypal...
Last edited by nightdesigns; 15 Oct 2014 at 06:15 PM.