当你遇到 curl error 60,这通常表示在使用 curl 进行HTTPS 请求时遇到了 SSL 证书问题。具体来说,错误信息 "ssl certificate problem: unable to get local issuer certificate" 指出curl 无法获取到本地发行者证书。这通常是因为 curl 无法验证远程服务器的 SSL 证书。 以下是一些解决这个问题的步骤: 1. 确认cur...
curl error 60 while downloadinghttps://xxx.comSSL certificate problem: certificate has expired,这个问题说的是CA证书过期了 curl error 60 while downloadinghttps://packagist.phpcomposer.com/packages.json:SSL certificate problem: unable to get local issuer certificate,这个问题说的是CA证书不存在 解决办法 ...
Using GitHub token authentication Downloading https://api.github.com/ FAIL [Composer\Downloader\TransportException] curl error 60 while downloading https://api.github.com/: SSL certificate problem: unable to get local issuer certificate Checking disk free space: OK Checking pubkeys: Tags Public Key...
curl error 60 while downloading https://packagist.laravel-china.org/packages.json: Peer's Certificate has expired. 很简单,打开composer.json文件 把 "repositories": { "packagist": { "type": "composer", "url": "https://packagist.laravel-china.org" } } 替换为 "repositories": { "packagist":...
composer报错curl error 60 while downloading https:// 打开composer.json文件 把 "repositories": { "packagist": { "type": "composer", "url": "https://packagist.laravel-china.org" } } 替换为 "repositories": { "packagist": { "type": "composer",...
curl error 61 while downloadinghttps://mirrors.aliyun.com/composer/p2/topthink/think-multi-app.json: Error while processing content unencoding: Unknown failure within deco mpression software. 解决方案: 此时清理一下缓存,重置一下仓库即可 composer clearcache//我之前镜像设置的是阿里云镜像(composer config...
package information was loaded from the local cache and may be out of date Error: curl error 18 while downloading https://repo.packagist.org/p2/symfony/translation.json: Recv failure: Connection reset by peer In CurlDownloader.php line 365: curl error 18 while downloading https://repo.packagis...
DNF returns Curl error (60): Peer certificate cannot be authenticated with given CA certificates Solution Verified- UpdatedJune 25 2024 at 11:06 AM- English Issue DNF command fails with error: Raw Errors during downloading metadata for repository 'rhel-8-for-x86_64-baseos-rpms': - Curl error...
安装tp6出现:curl error 28 while downloading 安装tp6出现:curl error 28 while downloading https://repo.packagist.org/packages.json: Connection timed out after 10010 milliseconds 解决办法:更改镜像位置 复制composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/...
When I run this command: composer install I get the following output: [Composer\Downloader\TransportException] curl error 60 while downloading https://repo.packagist.org/packages.json: Peer's Certificate issuer is not recognized. And I expected this to happen: ...