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 know it's a bit outdated problem, but I've got a solution for others:
curl_setopt($ch, CURLOPT_SSLVERSION, 3); curl_setopt($ch, CURLOPT_SSL_CIPHER_LIST, 'SSLv3');