Open Zignature opened 1 month ago
Hmm I can't imagine Github's api is having an SSL issue, this is the url it was curling https://api.github.com/repos/expressionengine/expressionengine/releases
Most often this error is encountered when connecting to a site with a self-issued certificate and the solution is to not verify the certificate authority. But I don't think that's an option here as Github should have a valid certificate and we definitely want to verify that it's coming from a trusted authority.
Are you running inside a Docker container?
It struck me as odd too...
I'm not running inside a Docker container, just plain Windows. Of course I'm perfectly capable of installing EE myself, so no biggy 😃
I have to do a separate EE installation because it will not install when running
php artisan coilpack
.This is the error I got:
According to curl.se:
The remote server's SSL certificate or SSH fingerprint was deemed not OK
I'm running: Windows 11 Pro PHP 8.3.10 Laravel 10.48.22 Coilpack 1.4.1