We’ve installed the Let’s Encrypt cert a few weeks back once Paypal was no longer sending back IPN data to our server since around 2/16/2020 but it did not make any difference. My error logs seem to suggest SSL3, which Let’s Encrypt does not support could be the culprit.
I’ve run cert detail tests from several sites and am getting mixed expiration dates.
Thank you for the replies, but I’m not really sure where the issue needs addressing. Paypal tech support is limited due to the health issue.
They could only state "Some of our certificates were decommissioned to meet with industry standards. "
For years our Paypal IPN Listener was http://xxx never https:// and worked fine. I don’t know if Paypal is suggesting we even needed a cert installed, which was only installed about last week.
If my server is creating this error each time a Paypal IPN is trying to send back:
“The request was aborted: Could not create SSL/TLS secure channel.” where would the issue lie??
My server techs also state the cert should not be the issue, but I wanted to check here to be sure.
Well, there's way too little information to say anything definitive about the reason why the TLS connection couldn't be created. You could of course maximise the logging of your webserver temporarily and see what your logs say at the moment a Paypal IPN fails.
Furthermore, if you'd check your webserver with SSLLabs (SSL Server Test: victorsunited.com (Powered by Qualys SSL Labs)), you'll see it gives a few warnings. One "red" level warning and three "orange" level warnings, all saying your webserver has unsecure settings enabled. It might be Paypal refuses the connection, because you allow SSLv3, an insecure protocol version. But that's just pure speculation.
You have mixed content. Ok, that's not a problem with Paypal.
And
Chrome-Connection: info. obsolete connection settings. The connection to this site is encrypted and authenticated using TLS 1.2, ECDHE_RSA with P-256, and AES_256_CBC with HMAC-SHA1.
After installing IISCrypto directly on the server, I backed up the registry. I chose 'best practices' setting and set the server to reboot at 3am this morning.