SSL Error in adaptive paypal Preapproval API in Sandbox mod -


i have used sandbox app credentials apiusername apipassword apisignature

error coming in curl api:-

verbose information:  * adding handle: conn: 0x37c7ef8 * adding handle: send: 0 * adding handle: recv: 0 * curl_addhandletopipeline: length: 1 * - conn 0 (0x37c7ef8) send_pipe: 1, recv_pipe: 0 * connect() svcs.sandbox.paypal.com port 443 (#0) *   trying 173.0.82.89... * connected svcs.sandbox.paypal.com (173.0.82.89) port 443 (#0) * error:14094410:ssl routines:ssl3_read_bytes:sslv3 alert handshake failure * closing connection 0 

my question can use adaptive paypal api's without ssl

how can solve problem?

paypal removing support tls v1.0 , v1.1 year. won't rolled out production until june 2016 live on sandbox.

you'll need update curl @ least version 7.34 tls v1.2 support.

sources:

https://github.com/paypal/tls-update#php

https://devblog.paypal.com/upcoming-security-changes-notice/


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 -