paypal IPN simulator getting error? [duplicate]

时光怂恿深爱的人放手 提交于 2020-01-07 09:00:53

问题


how to test with paypal ipn simulator. how to test it in localhost or live server. i am getting "IPN was not sent, and the handshake was not verified. Please review"


回答1:


The handshake error is most likely to occur when your server/keystore config is non-compliant with the upgraded PayPal SSL encryption algorithms.

IPN simulator will connect againest the PayPal Sandbox environment, which has been upgraded with Versign G5 root cert / SHA-2 encryption algorithms (btw this is an industry standard as supposed to be everywhere in 2016). Once your IPN host failed to meet the compliance, the SSL connnection will error out with handshake problems.

Please see link for more info

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



来源:https://stackoverflow.com/questions/33363517/paypal-ipn-simulator-getting-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!