Vagrant SSL Error Fix
Minor issue this morning where Vagrant wouldn’t fetch a box completely, turns out that the local cache looked corrupted and you would get this error:
SSL read: error:00000000:lib(0):func(0):reason(0), errno 60
you can force it to refetch entirely, by using the command:
vagrant box add box/name -c
then run your vagrant up
as usual and it should work.