Selasa, 21 Februari 2023

Perbaikan Error Laravel | 21 Feb 2023

 > cURL error 77: error setting certificate verify locations: CAfile: \xampp\apache\bin\curl-ca-bundle.crt CApath: none (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

Jawaban : 

sumber : https://stackoverflow.com/questions/55488982/failed-loading-cafile-stream-c-xampp-apache-bin-curl-ca-bundle-crt

You are not providing a valid ca bundle file.

Try downloading this file (https://curl.haxx.se/ca/cacert.pem) and save it as C:\xampp\apache\bin\curl-ca-bundle.crt You can read the explanation on the Certificate Verification section of the curl documentation.

Tidak ada komentar:

Posting Komentar