Windows
下 Composer
爆出錯誤:Failed to enable crypto
。緣由是證書驗證失敗html
下面是解決方法:
1. 上 http://curl.haxx.se/docs/caextract.html
下載最新的 cacert.pem
文件
2. 將該文件丟到某個目錄下,如 D:\Ruchee\PHP\extras\ssl
3. 找到 PHP.ini
文件中的 openssl.cafile
選項,設置爲 openssl.cafile = D:/Ruchee/PHP/extras/ssl/cacert.pem
curl
如此就能夠了url