Hallo ich benutze Paypal PHP SDK, um mit Paypal Api zu kommunizieren.Paypal ssl handshake faliure
2 Tage vor jeder Sache funktionierte gut. Aber jetzt bekomme ich diesen Fehler auf meinen Entwicklungsservern.
error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure
ich folgende ROTATION Optionen bin mit während anfordernden:
public static $DEFAULT_CURL_OPTS = array(
CURLOPT_SSLVERSION => 1,
CURLOPT_CONNECTTIMEOUT => 10,
CURLOPT_RETURNTRANSFER => TRUE,
CURLOPT_TIMEOUT => 60, // maximum number of seconds to allow cURL functions to execute
CURLOPT_USERAGENT => 'PayPal-PHP-SDK',
CURLOPT_HTTPHEADER => array(),
CURLOPT_SSL_VERIFYHOST => 2,
CURLOPT_SSL_VERIFYPEER => 1,
CURLOPT_SSL_CIPHER_LIST => 'TLSv1',
);
Dieses Problem tritt nur auf Live-Modus unter Verwendung von Sandbox-Modus auftretenden alles funktioniert einwandfrei.
Jeder Körper weiß, warum das passiert?
Vielen Dank
Möglicherweise können diese Links Ihnen helfen .... http: //stackoverflow.com/questions/26385603/facebook-sdk-for-php-error-curlexception-35-error14094410ssl-routinessl3 2..http: // stackoverflow.com/questions/26379773/paypal-ipn-acknowledgements-failing-with-ssl-routinessl3-read-bytessslv3-aler –