ホームページ >バックエンド開発 >PHPチュートリアル >Windows で php Composer を実行する際の SSL エラーの問題を解決する
Windows で Composer を実行すると、SSL エラーが発生しました:
E:\www>php -f composer.phar installLoading composer repositories with package informationInstalling dependencies (including require-dev)SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed”
CA 証明書がインストールされていないことが原因です。 ! !
CA 証明書のダウンロード アドレス: http://curl.haxx.se/docs/caextract.html
次に、php.ini ファイルを変更します
openssl.cafile= D:/xampp/php-5.6/cacert.pem