After a recent upgrade to a new server, a web app that previously accepted a post request from PayPal's Payflow Link stopped working.
After troubleshooting, our current guess is that the legacy Payflow Link, being an older product, is not using TLS 1.1 or TLS 1.2 thereby causing the SSL handshake to fail.
Is there a way to tell Paypal flow to post our site with TLS 1.1 or TLS 1.2?
Super thanks in advance,