When I run php-curl code , this error is coming
cURL Error #:Cannot communicate securely with peer: no common encryption algorithm(s).
and when i use CURLOPT_SSLVERSION => 3
in code then i get another error like
cURL Error #:TCP connection reset by peer
Please help to solve this issue..