cURL stopped working. I started to get this error (it used work fine till few hours ago).
I am using cURL extension for PHP. I found some solution for curl command l
I just change from
curl_setopt($curl, CURLOPT_SSLVERSION, 3);
to
curl_setopt($curl, CURLOPT_SSLVERSION, 4);