2012-04-06 58 views

回答

4

这意味着SSL握手失败。您需要指定协议版本,如下所示:

curl_setopt($curl_connection, CURLOPT_SSLVERSION, 3); 

如果仍然出现错误,请将3更改为2。