gpt4 book ai didi

php - TLS 1.2 和 HTTP/1.1 升级(PHP fsockopen)

转载 作者:太空宇宙 更新时间:2023-11-03 15:58:04 24 4
gpt4 key购买 nike

我是 PHP 和 PayPal 的新手,并试图根据以下 PayPal 文章弄清楚我是否需​​要升级 TLS:https://www.paypal-knowledge.com/infocenter/index?page=content&id=FAQ1914

为了验证我正在使用 tlstest.paypal.com 端点的系统,如下所示:

$header = '';
$header .= "POST /cgi-bin/webscr HTTP/1.1\r\n";
$header .= "Content-Type: application/x-www-form-urlencoded\r\n";
$header .= "Host: tlstest.paypal.com\r\n";
$header .= "Content-Length: " . strlen($req) . "\r\n\r\n";
$paypaladdr = 'tlstest.paypal.com';
$fp = fsockopen('ssl://'.$paypaladdr, 443, $errno, $errstr, 30);

我立即收到以下回复:

HTTP/1.1  200 OK
Content-Type: text/html
Content-Length: 20
Connection: keep-alive

几分钟后(6-8 分钟),我得到: PayPal_Connection_OK

您知道为什么要花这么长时间才能收到 PayPal_Connection_OK 消息吗?我希望生产端点不会发生这种情况。我可以走了吗?

提前谢谢你。

最佳答案

只要您从 PayPal 服务器获得 connection_ok,连接就可以开始了。

谢谢。

关于php - TLS 1.2 和 HTTP/1.1 升级(PHP fsockopen),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43743889/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com