hello i am having a problem on paypal standard native opencart extension,
PP_STANDARD :: CURL failed error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure(35)
on the callback it logs this error any idea how to fix it? please! thanks in advance!
PP_STANDARD :: CURL failed error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure(35)
on the callback it logs this error any idea how to fix it? please! thanks in advance!
Make sure the SSL version is not being set in pp_standard.php. If you see something like curl_setopt($curl, CURLOPT_SSLVERSION, 3); remove it.
already removed, it keeps with same error
2016-02-09 3:20:35 - PP_STANDARD :: CURL failed error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure(35)
http://prntscr.com/a0ufv2
2016-02-09 3:20:35 - PP_STANDARD :: CURL failed error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure(35)
http://prntscr.com/a0ufv2
Looks like cURL is still trying to use SSL 3, which PayPal no longer supports.
Check your host supports the TLS protocol.
https://www.ssllabs.com/ssltest/
You could try forcing TLS by adding, depending on the PHP / cRUL version:
or
Check your host supports the TLS protocol.
https://www.ssllabs.com/ssltest/
You could try forcing TLS by adding, depending on the PHP / cRUL version:
Code: Select all
curl_setopt($curl, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_0);
Code: Select all
curl_setopt($curl, CURLOPT_SSLVERSION, 4);
Thanks again, but it keep giving the same error
the domain i am using is scorpion-shop.com.br any idea what should i do?
the domain i am using is scorpion-shop.com.br any idea what should i do?
Try contacting your web host as it might be your host configuration.
You could try your OpenCart on a your local PC or on different hosting to see if you get the same results.
You could try your OpenCart on a your local PC or on different hosting to see if you get the same results.
Who is online
Users browsing this forum: No registered users and 8 guests