SSL certificate problem: unable to get local issuer certificate

问题描述:SSL certificate problem: unable to get local issuer certificate

解决方法:

  1. download https://curl.haxx.se/ca/cacert.pem and save it anywhere.
  2. update php.ini -- add curl.cainfo = "PATH_TO/cacert.pem"

猜你喜欢

转载自blog.csdn.net/mossad_fred/article/details/76855887