简体   繁体   English

IPN模拟器:“未发送IPN,并且未验证握手。 请查看您的信息”

[英]IPN Simulator: “IPN was not sent, and the handshake was not verified. Please review your information”

I am struggling to get a paypal listener on my web server working. 我正在努力使Web服务器上的Paypal侦听器正常工作。 I keep receiving the following error when trying to send a simple Web Accept from the IPN Simulator: "IPN was not sent, and the handshake was not verified. Please review your information" . 尝试从IPN模拟器发送简单的Web接受消息时,我始终收到以下错误:“未发送IPN,并且握手尚未验证。请查看您的信息” I am hosting a PHP script on an Amazon EC2 instance and have allowed the IP ranges for Paypal on the server. 我在Amazon EC2实例上托管PHP脚本,并已在服务器上允许Paypal的IP范围。

I have been trying to update the G5 root certificate from Verisign on the server (a solution proposed on another post), however am unsure whether this is the root cause and have been unsuccessful in doing so anyway, as am getting a 'permission denied' when I try to copy the file in using scp. 我一直在尝试从服务器上的Verisign更新G5根证书(在另一篇文章中提出了一种解决方案),但是我不确定这是否是根本原因,而且无论如何都没有成功,因为“权限被拒绝”当我尝试使用scp复制文件时。 If it is of use however for context the "openssl s_client -connect api-3t.sandbox.paypal.com:443 -showcerts -CApath XXXX" command did yield "Verify return code: 20 (unable to get local issuer certificate)" - which I assume is not good news. 如果在上下文中有用,则“ openssl s_client -connect api-3t.sandbox.paypal.com:443 -showcerts -CApath XXXX”命令确实会产生“验证返回码:20(无法获取本地发行者证书)”-我认为这不是好消息。

If anyone has any advice on the issue I would be really grateful, as I have spent 10 hrs on this and have no further ideas!! 如果有人对这个问题有任何建议,我将不胜感激,因为我在此问题上花费了10个小时,没有进一步的想法!! Let me know if I can provide any more information to help diagnose. 让我知道是否可以提供更多信息来帮助诊断。

Thanks for your help 谢谢你的帮助

John 约翰

Having posted in desperation an hr ago, think this is now resolved - guess thats why they call it the 11th hr! 在一个小时前绝望地发布之后,认为现在已经解决了-猜这就是为什么他们称其为11小时! I made 2 simple changes: 我做了2个简单的更改:

  1. Opened port 433, as well as 80 打开了端口433和80
  2. Used my Public DNS in the URL on the Paypal simulator as opposed to the Public IP 在Paypal模拟器的URL中使用了我的公共DNS,而不是公共IP

I really need to hit the books on this stuff, as am a terrible web admin! 作为一个糟糕的Web管理员,我真的需要打这本书的书!

Thanks for everyone who read this - Mick thanks for your note.. 感谢所有阅读此文章的人-Mick感谢您的来信。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM