The error message about paypal is error: 14094410: SSLroutines: SSL3_READ_BYTES: sslv3alerthandshakefailure. this problem is mainly caused by paypal's change to the sandbox server address. Modification method: 1. modify the file des/m... "/> The error message about paypal is error: 14094410: SSL routines: SSL3_READ_BYTES: sslv3 alert handshake failure. this problem is mainly caused by paypal's change to the sandbox server address. Method of modification: 1. modify the file des/modules/payment/paypal/paypal_curl.phpvar $ _ endpoints = array ('live' =>' https://api-3t.paypal.com/nvp ', // 'Sandbox' =>' https://api.sandbox.paypal.com/nvp '); Change it to the address 'sandbox' =>' below' https://api-3t.sandbox.paypal.com/nvp '); 2. modify the file des/modules/payment/paypaldp. php $ doPayPal-> _ endpoints = array ('live' =>' https://api-3t.paypal.com/nvp ', // 'Sandbox' =>' https://api.sandbox.paypal.com/nvp '); Change to the following address 'sandbox' =>' https://api-3t.sandbox.paypal.com/nvp '); 3. modify the file des/modules/payment/paypalwpp. php $ doPayPal-> _ endpoints = array ('live' =>' https://api-3t.paypal.com/nvp ', // 'Sandbox' =>' https://api.sandbox.paypal.com/nvp '); Change to the following address 'sandbox' =>' https://api-3t.sandbox.paypal.com/nvp ');
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service