curl_setopt($ch, CURLOPT_SSLVERSION, 3);
curl_setopt($ch, CURLOPT_SSL_CIPHER_LIST, 'SSLv3');
Oh yea, forgot all about that. Learned that same time when trying to use mcrypt with 7.2. My bad…terry_b said:However php v7.2 and php v7.3 use a version of OpenSSl that doesn’t have SSLv2 and SSLv3.
We use essential cookies to make this site work, and optional cookies to enhance your experience.