0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Laravelプロジェクト新規作成時にエラー「curl error 60 while downloading https://repo.packagist.org/packages.json: ssl peer certificate or ssh remote key wa s not ok」が発生する

Last updated at Posted at 2025-08-19

問題点

タイトル通り、Laravelプロジェクト新規作成時にエラーが発生する。
curl error 60 while downloading https://repo.packagist.org/packages.json: ssl peer certificate or ssh remote key wa s not ok

調べるとネット上に同様の問題が発生している人がいた。

解決

どうやらHTTPSスキャンを行うウイルス対策ソフトの影響で、SSL証明書のローカル発行者の証明書が取得できないようです。

ウィルス対策ソフトを一時的に無効化することで、無事にLaravelプロジェクトの新規作成ができました。

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?