I have installed Virtual Box version 6.0 and Vagrant version 2.2.5 on my machine.
I have navigated at usr/university/m103/m103-vagrant-env/ and I have two files here which I downloaded from course handouts. I have even seen the file content through cat command, but whenever I hit “vagrant up”, I see this error:-
The box ‘ubuntu/trusty64’ could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp’s Vagrant Cloud, please verify you’re logged in via
vagrant login
. Also, please double-check the name. The expanded
URL and error message is shown below:
URL: [“https://vagrantcloud.com/ubuntu/trusty64”]
Error: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to vagrantcloud.com:443
Anyone, please help me with this error.
Thanks