Laravelでintervention imageというプラグインを導入したいのですがインストールに失敗してしまいます。
$ composer require intervention/image
を入力すると
The "https://repo.packagist.org/packages.json" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed Failed to enable crypto failed to open stream: operation failed https://repo.packagist.org could not be fully loaded, package information was loaded from the local cache and may be out of date Using version ^2.5 for intervention/image ./composer.json has been updated Loading composer repositories with package information The "https://repo.packagist.org/packages.json" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed Failed to enable crypto failed to open stream: operation failed https://repo.packagist.org could not be fully loaded, package information was loaded from the local cache and may be out of date Updating dependencies (including require-dev) Installation failed, reverting ./composer.json to its original content. [Composer\Downloader\TransportException] The "https://packagist.org/p/guzzlehttp/psr7%24c00bd37777b24bb9318629324748ac59d257aa001e02f3e7fd3a72b8d1279bb2.json" file could not be downloaded: SSL operation f ailed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed Failed to enable crypto failed to open stream: operation failed
と出てしまいます。(長くて申し訳ありません)
composer.jsonのrequireでは
"require": { "php": "^7.1.3", "fideloper/proxy": "^4.0", "laravel/framework": "5.8.*", "laravel/tinker": "^1.0" },
となっています。
SSL operation failed with code 1.で調べたりもしましたがたくさん例がありすぎてこのパターンだと何が当てはまるのかわからない状況です。
どなたか解決策をご存じでしたら宜しくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/12/26 16:46
退会済みユーザー
2019/12/27 14:05