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>