clong / DetectionLab

Automate the creation of a lab environment complete with security tooling and logging best practices
MIT License
4.6k stars 980 forks source link

The box '*' could not be found or could not be accessed in the remote catalog. #798

Closed DerNexus closed 2 years ago

DerNexus commented 2 years ago

Hi all Thats my first try to install / configure and use DetectionLab. I struggle with the second part > download and create the vm's.

When i start "vagrant up --provider=virtualbox" or "vagrant up logger" / "vagrant up dc", I get the following issue. Please can help me anyone?

Oli

Btw: Happy Easter :)


Bringing machine 'dc' up with 'virtualbox' provider... ==> dc: Box 'detectionlab/win2016' could not be found. Attempting to find and install... dc: Box Provider: virtualbox dc: Box Version: >= 0 The box 'detectionlab/win2016' 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 are shown below:

URL: ["https://vagrantcloud.com/detectionlab/win2016"] Error: schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - Die Sperrfunktion konnte keine Sperrpr³fung f³r das Zertifikat durchf³hren.


Bringing machine 'logger' up with 'virtualbox' provider... ==> logger: Box 'bento/ubuntu-20.04' could not be found. Attempting to find and install... logger: Box Provider: virtualbox logger: Box Version: >= 0 The box 'bento/ubuntu-20.04' 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 are shown below:

URL: ["https://vagrantcloud.com/bento/ubuntu-20.04"] Error: schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - Die Sperrfunktion konnte keine Sperrpr³fung f³r das Zertifikat durchf³hren.


Please verify that you are building from an updated Master branch before filing an issue.

Description of the issue:

Link to Gist Containing Build Logs:

clong commented 2 years ago

This is indicating that Vagrant can't find the box you're requesting due to some certificate error. The english translation is "The revocation function could not perform a revocation check for the certificate."

This almost certainly means you're on a network that is doing MITM of TLS traffic. You'll either have to add the MITM certificate to Vagrant or do this on a different network.

clong commented 2 years ago

More info here: https://stackoverflow.com/posts/53090169/revisions