gpt4 book ai didi

php - IPN 未发送,握手未验证。请检查您的信息

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

我引用了之前关于此的所有 stackoverflow 答案。但我不清楚如何处理我的案子。

IPN was not sent, and the handshake was not verified. Please review your information.

这是我在使用 ipn 模拟器发送 ipn 消息时遇到的错误。

我正在使用来自

的脚本

https://github.com/paypal/ipn-code-samples/blob/master/paypal_ipn.php

我只是用沙箱帐户检查这个

而且我没有使用 https 站点。我只使用 http。

连我都试过

             CURLOPT_URL => $url,
CURLOPT_POST => TRUE,
CURLOPT_POSTFIELDS => http_build_query(array('cmd' => '_notify-validate') + $ipn_post_data),
CURLOPT_RETURNTRANSFER => TRUE,
CURLOPT_HEADER => FALSE,
CURLOPT_SSL_VERIFYPEER => TRUE,
CURLOPT_CAINFO => 'cacert.pem',

cacert.pem 包含 https://www.symantec.com/content/dam/symantec/docs/other-resources/verisign-class-3-public-primary-certification-authority-g5-en.pem

即使我将 CURLOPT_SSL_VERIFYPEER 更改为 false 但没有用

不知道怎么办

更新:我删除了监听器页面中的所有内容,只放了 file_put_contents("ipntest.txt", var_export($_POST, true));仍然是同样的错误,并且还没有创建 ipntest.txt 文件谢谢,

最佳答案

截至目前(2017 年 3 月)IPN 模拟器似乎根本无法工作。使用沙盒账户启动正常的支付周期;它确实有效。

关于php - IPN 未发送,握手未验证。请检查您的信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37519039/

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