Error testing HTTPS response server in PayPal IPN simulator
问题 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