When curl to an HTTPS URL and not not defined the SSL version option, which level of SSL/TLS will be used?
From the cURL documentation it says CURL_SSLVERSION_DEFAULT
will use as default.
CURL_SSLVERSION_DEFAULT
The default action. This will attempt to figure out the remote SSL protocol version.
So does it depend on the other end of the connection?