"tramp" does not work when installing the estate on ubuntu 14.04

I am running ubuntu 14.04 trusty. I installed a virtual box and a stroller to be able to use laravel. I installed laravel homestead via git and I try to run the 'vagrant up' command, but I get an error. Please, what am I doing wrong?

I tried to add a stray box with this "stray box add laravel / homestead" command, but I got the error below:

An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

SSL read: error:00000000:lib(0):func(0):reason(0), errno 104
+4
source share
2 answers

Can you run vagrant box add laravel/homestead https://atlas.hashicorp.com/laravel/boxes/homestead --insecure

Using a flag --insecure, it does not check SSL certificates, so you should not have an SSL error

~/.vagrant.d/tmp/,

ssl

$ vagrant box add --cacert <certificate> box_name
+7

. tmp ~/.vagrant.d " " laravel/homestead ". , - , , 30 " Never Suspend" ( , , ).

Ubuntu 14 " ".

0

Source: https://habr.com/ru/post/1607684/


All Articles