PayPal to End SSL 3.0 Support on Dec. 3

I received a notice from PayPal that they will end support for SSL 3.0 as of Dec. 3. The language reference indicates that Xojo is using SSL 3 by default. Is the Xojo SSLSocket compatible with SSL 3.1+ or will I need to scramble to replace the PayPal shopping carts I wrote in Xojo? PayPal stopped supporting HTTP 1.0 on their test system earlier this year and plans to end support for it on their live system at some future unannounced date.

Change to TLSv1 now.

Socket1.connectiontype=SSLSocket.TLSv1

Tim beat me to it :slight_smile:

Thanks.

Thank you for bringing attention to this. So far I did not receive any information from PayPal about it.

We have updated SSLSocket to use TLSv1 by default in the next release, but as Tim and Joseph said, you should be setting it explicitly anyway.