php - PayPal 14077410 error -


i receiving error exception:

paypal\exception\paypalconnectionexception' message 'error:14077410:ssl routines:ssl23_get_server_hello:sslv3 alert handshake failure

from test website.

i using paypal sdk run simple payment (like example have. in test server locally works fine).

i have tried various solutions found no luck.

i contacted web host provider , said support tls 1.2 , coding problem end.

web server curl versions : 7.15.5 , openssl : 0.9.8b

from searched online many people said versions not support tls 1.2. did add backwards capability ?

i run test not sure if reading correctly:

edit : server confirmed no supporting , said server cannot upgraded offered move me 1 support this. thank help.

support tls1.2 not added in openssl until 1.0.1, 14 mar 2012.

https://www.openssl.org/news/changelog.html#x19

you need update ssl on server, , educate host, or find new one.

we faced in august (we @ 0.9.8-e-fips-rhel5); updating ssl did trick.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -