'2010/09/30'에 해당되는 글 1건
curl "SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL"
IT/Tech 2010/09/30 08:30
참고 :
SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
제시된 해결방안 :
[code php ]
$sopClient->setOpt('curl', CURLOPT_SSL_VERIFYPEER, 0);
[/code]
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
제시된 해결방안 :
[code php ]
$sopClient->setOpt('curl', CURLOPT_SSL_VERIFYPEER, 0);
[/code]
'IT > Tech' 카테고리의 다른 글
| facebook API Quick Guide (CodeIgniter) (0) | 2010/10/15 |
|---|---|
| PHP cURL Multiple Processing (0) | 2010/10/14 |
| curl "SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL" (0) | 2010/09/30 |
| php integer 크기 (0) | 2010/09/28 |
| ubuntu java-jre 설치 (0) | 2010/09/22 |
| php hiphop 컴파일 설치 (0) | 2010/09/20 |


