Im using a custom form to send to Paypal and take payment. At present I am using https://www.sandbox.paypal.com/cgi-bin/webscr for sandbox and https://www.paypal.com/cgi-bin/webscr for live payments. The PayPal site is reached, users can make a payment and are returned back to my site. If i visit https://tlstest.paypal.com/ in a browser from the server where my site is hosted i see PayPal_Connection_OK so this means to me the server is setup but i dont know if any further coding/configuration is required when the form leaves my site to go to paypal to take payments? Do i need to make any further changes to ensure all is setup for TLS 1.2?
... View more