Post by pedromoriarty » Mon Feb 08, 2016 2:33 pm

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!

Newbie

Posts

Joined
Mon Feb 08, 2016 2:25 pm

Post by ADD Creative » Tue Feb 09, 2016 12:40 am

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.

www.add-creative.co.uk


Guru Member

Posts

Joined
Sat Jan 14, 2012 1:02 am
Location - United Kingdom

Post by pedromoriarty » Tue Feb 09, 2016 11:22 am

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

Newbie

Posts

Joined
Mon Feb 08, 2016 2:25 pm

Post by ADD Creative » Tue Feb 09, 2016 8:39 pm

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:

Code: Select all

curl_setopt($curl, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_0);
or

Code: Select all

curl_setopt($curl, CURLOPT_SSLVERSION, 4);

www.add-creative.co.uk


Guru Member

Posts

Joined
Sat Jan 14, 2012 1:02 am
Location - United Kingdom

Post by pedromoriarty » Thu Feb 11, 2016 4:24 am

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?

Newbie

Posts

Joined
Mon Feb 08, 2016 2:25 pm

Post by ADD Creative » Thu Feb 11, 2016 8:39 pm

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.

www.add-creative.co.uk


Guru Member

Posts

Joined
Sat Jan 14, 2012 1:02 am
Location - United Kingdom
Who is online

Users browsing this forum: No registered users and 8 guests