【发布时间】:2016-05-26 23:40:30
【问题描述】:
我正在尝试在 paypal 中设置即时付款通知,但在验证阶段无法返回 tls://www.sandbox.paypal.com。
我正在使用此处找到的代码:https://developer.paypal.com/docs/classic/ipn/gs_IPN/
然而,当我尝试连接时,我收到以下错误:
PHP Warning: fsockopen(): SSL operation failed with code 1. OpenSSL Error messages:
error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure in /htdocs/test.php
fsockopen(): Failed to enable crypto in /htdocs/test.php
我已阅读信息here,似乎我尝试使用错误的协议进行连接,或者我安装了错误的证书。我的 OpenSSL 是 1.0.1e 版本。
不幸的是,如果需要,我不知道如何调试或安装正确的证书
【问题讨论】: