lang/php

curl "SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL"

C/H 2010. 9. 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

제시된 해결방안 :
$sopClient->setOpt('curl', CURLOPT_SSL_VERIFYPEER, 0);

반응형

'lang > php' 카테고리의 다른 글

facebook API Quick Guide (CodeIgniter)  (0) 2010.10.15
PHP cURL Multiple Processing  (0) 2010.10.14
php integer 크기  (0) 2010.09.28
php hiphop 컴파일 설치  (0) 2010.09.20
xampp 에서 curl 설정  (0) 2010.09.16