Recent Post

Fix lỗi "cURL error 77: error setting certificate verify locations: CAfile: "...." CApath: none" trên localhost

Tải file cacert.pem sau đó bỏ file này vào thư mục ".../php/(php version)/extras/ssl" 
Vào php.ini tìm dòng
curl.cainfo =
Sửa thành
curl.cainfo = "pathto\php\(php version)\extras\ssl\cacert.pem"
Reload lại apache là được

0 Nhận xét