Error testing HTTPS response server in PayPal IPN simulator

徘徊边缘 提交于 2020-02-03 01:47:24

问题


My IPN Listener is protected by SSL, and access to a host via HTTPS, I try to test it using PayPal IPN simulator, but it gives an error: IPN Delivery Failed: I / O error: HTTPS hostname wrong: should be <xxx.xxx.xxx.xxx>; nested exception is java.io.IOException: HTTPS hostname wrong: should be <xxx.xxx.xxx.xxx>. Where <xxx.xxx.xxx.xxx> - IP address of my server. If I use an unsecured connection via HTTP, I get a response on this IP with IPN simulator, ports 80, 443 open. I try to go to the IPN Listener through a browser, I successfully opened IPN Listener JSP page through HTTPS. Tell me whether the PayPal with SSL hosts on which the IPN Listener or what could be my problem??


回答1:


Looks like a defect on our end. We'll get this fixed.
Thanks for bringing it to our attention!



来源:https://stackoverflow.com/questions/17912563/error-testing-https-response-server-in-paypal-ipn-simulator

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