Socket connection error connecting to sandbox at www.sandbox.paypal.com

前端 未结 2 1455
梦如初夏
梦如初夏 2021-01-23 10:58

When I try connect with fsockopen:

$fp = fsockopen(\'tls://www.sandbox.paypal.com\', 443, $errno, $errstr, 30);

The function shows

2条回答
  •  北海茫月
    2021-01-23 11:32

    Thank you, the problem is due the version of tls in my server:

    PayPal Answer

    PayPal implemented security upgrade in sandbox environment recently

    PayPal implemented security upgrade in sandbox environment recently, refer to https://www.paypal-knowledge.com/infocenter/index?page=content&widgetview=true&id=FAQ1913&viewlocale=en_EN

    SSL Certificate Upgrade Guide https://www.paypal-knowledge.com/infocenter/index?page=content&widgetview=true&id=FAQ1766&viewlocale=en_US

提交回复
热议问题