In my PHP app I use PHP\'s CURL and openssl, to connect and talk using SOAP.
Until now, remote server supported SSL and TLS but because of \"poodle\" bug, admin decided to d
$ curl https://tlstest.paypal.com/
ERROR! Connection is using TLS version lesser than 1.2. Please use TLS1.2
$ ./src/curl https://tlstest.paypal.com/
PayPal_Connection_OK