ありがとう@Mladen Janjetovic、
あなたの提案は、アンプがインストールされたMacで私にとってうまくいきました。
コピー: http : //curl.haxx.se/ca/cacert.pem
に: /Applications/AMPPS/extra/etc/openssl/certs/cacert.pem
そしてphp.ini
そのパスで更新し、Apacheを再起動しました:
[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.
curl.cainfo="/Applications/AMPPS/extra/etc/openssl/certs/cacert.pem"
openssl.cafile="/Applications/AMPPS/extra/etc/openssl/certs/cacert.pem"
また、Windows AMPPSのインストールにも同じ設定を適用しましたが、その設定でも完全に機能しました。
[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.
curl.cainfo="C:/Ampps/php/extras/ssl/cacert.pem"
openssl.cafile="C:/Ampps/php/extras/ssl/cacert.pem"
:ワンプも同じ。
[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.
curl.cainfo="C:/wamp/bin/php/php5.6.16/extras/ssl/cacert.pem"
openssl.cafile="C:/wamp/bin/php/php5.6.16/extras/ssl/cacert.pem"
localhostにSANを使用して新しいSSL証明書を生成する方法を探している場合、この投稿の手順はでうまくいきましたCentos 7 / Vagrant / Chrome Browser
。