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
Post a Comment