Curl Global Community
CURLOPT_SSLVERSION, 4 - Printable Version

+- Curl Global Community (https://communities.curl.com)
+-- Forum: Discussions (https://communities.curl.com/forumdisplay.php?fid=1)
+--- Forum: General Curl questions (https://communities.curl.com/forumdisplay.php?fid=2)
+--- Thread: CURLOPT_SSLVERSION, 4 (/showthread.php?tid=1202)



CURLOPT_SSLVERSION, 4 - msrougi - 01-30-2015

Hi. I'm a
brazilian paygate owner and I communicate to my local Card Operator via XML (curl).
After they change their protocol to use SSL/TLS i couldn't use
curl_setopt($sessao_curl, CURLOPT_SSLVERSION, 3); any more. But if I
change it to 4 it goes Ok. Can you explain me why? And what the 4 really
does in the line?



Thanks a lot.


RE: CURLOPT_SSLVERSION, 4 - dyoshida - 02-02-2015

This community is for the Curl.
http://en.wikipedia.org/wiki/Curl_(programming_language)

Therefore the answer about the cURL may not be provided.


Thanks