>백엔드 개발 >PHP 튜토리얼 >[curl] 60: SSL 인증서 문제

[curl] 60: SSL 인증서 문제

WBOY
WBOY원래의
2016-08-04 09:20:041250검색

curl을 사용하여 링크할 때 위와 같은 문제가 발생합니다. 구글에서 답을 찾아서 수정했는데 이유를 모르시는 분은 설명 부탁드립니다~~

솔루션 링크:
https://laracasts.com/discuss...

<code>I had the exact same but on Windows & xampp. My solution was as simple as: Follow this link: http://curl.haxx.se/ca/cacert.pem Copy the entire page and save it in a: "cacert.pem"

Then in your php.ini file insert or edit the following line: curl.cainfo = "[pathtothisfile]\cacert.pem"

Problem solved</code>

답글 내용:

curl을 사용하여 링크할 때 위와 같은 문제가 발생합니다. 구글에서 답을 찾아서 수정했는데 이유를 모르시는 분은 설명 부탁드립니다~~

솔루션 링크:
https://laracasts.com/discuss...

<code>I had the exact same but on Windows & xampp. My solution was as simple as: Follow this link: http://curl.haxx.se/ca/cacert.pem Copy the entire page and save it in a: "cacert.pem"

Then in your php.ini file insert or edit the following line: curl.cainfo = "[pathtothisfile]\cacert.pem"

Problem solved</code>
성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.