Program/Php
curl ssl 오류
soccerda
2018. 3. 12. 10:50
반응형
운영중이 워드프레스 사이트에서 구글 애널리틱스 오류가 발생하였음..
curl (60) ssl certificate problem verify that the ca cert is ok. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
와 같은 에러가 발생시
/wp-content/plugins/google-analyticator/google-api-php-client/src/io/Google_CurlIO.php에
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, 0); 설정 추가
반응형