'2010/09/30'에 해당되는 글 1건

  1. 2010/09/30 curl "SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL"

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

참고 :

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]

트랙백 0 댓글 0개가 달렸습니다.
prev 1 next