mailgun windows cURL error 60: SSL certificate problem: unable to get local issuer certificate

linux環境正常,windows環境報錯

解決方案

If you want, you can install local ssl certificate. See below steps.

  1. Open http://curl.haxx.se/ca/cacert.pem
  2. Copy the entire page and save it as a "cacert.pem"
  3. Open your php.ini file and insert or update the following line: curl.cainfo = "[pathtofile]\cacert.pem"

可以解決

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章