Laravel - Error: SSL certificate problem: unable to get local issuer certificate

0

I'm starting to learn laravel and when I try to install homestead via git, I get this error:

I already have several days without being able to solve it, I already tried to enter the link provided by the console and it has not helped me at all. I already logged in with my vagrant account through the console but it does not let me enter that either. I would greatly appreciate your help

    
asked by YouthProgrammer 19.09.2018 в 04:58
source

1 answer

0

Make sure you have the most current version of vagrant:

vagrant box update

But, try this:

vagrant box add laravel/homestead https://atlas.hashicorp.com/laravel/boxes/homestead

    
answered by 20.09.2018 в 00:07