openssl - PayPal Error: IPN was not sent, and the handshake was not verified -
i trying information paypal using ipn (sandbox).
when enter address:
https://my.site.com:4576/script.py
i error:
paypal url port number not allowed ipn.
according paypal ipn on port other 80 paypal not allow ports other 80 , 443. when change address to:
https://my.site.com/script.py
i error:
ipn not sent, , handshake not verified. please review information.
according paypal ipn simulator getting error? means ssl outdated when run command openssl s_client -connect api-3t.sandbox.paypal.com:443 -showcerts -capath /etc/ssl/certs/
in server verify return code: 0 (ok)
means ssl date.
how can make ipn work?
Comments
Post a Comment