zepgram / magento2-fast-vm

Optimal vagrant developer box for Magento2. Folders synced by nfs/rsync. This box includes Magento developer utilities.
MIT License
110 stars 35 forks source link

Error with certificates that makes the VM not able to install PHP #98

Closed Vbak closed 2 years ago

Vbak commented 2 years ago

When I m trying to use that VM I m getting :

E: Failed to fetch https://packages.sury.org/php/dists/stretch/main/binary-amd64/Packages server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

That makes PHP installation fail and then I have to install it manually when I log in to it. Is there a fix for that? None seems to have worked for me after googling it.

Thanks

zepgram commented 2 years ago

Hello @Vbak I just did it with default config.yml and this is working for me: image

Which version of Magento are you trying to install ?

Vbak commented 2 years ago

Magento 2.4.3. I m on linux mint. Vagrant 2.2.19 VirtualBox Graphical User Interface Version 5.2.42_Ubuntu r137960 If that makes any difference. thanks

zepgram commented 2 years ago

Well even with magento 2.4.3 the installation work: image

Did you pull the latest master's version ?

Vbak commented 2 years ago

Hi, Yes indeed. I guess you haven't come across with that error. I ll keep searching and update the question if I can get an answer. I thought this might known problem or something. thanks