How to fix composer server sertificate issue

Posted Over 1 year ago. Visible to the public.

If you get following issue in composer package installation
"server certificate verification failed. CAfile: none CRLfile: none"
Then update certificate using follwing commands

sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates -y 
sudo update-ca-certificates
vasan
Last edit
Over 1 year ago
vasan
Posted by vasan to vasan's deck (2022-08-08 02:49)