image

Acesse bootcamps ilimitados e +650 cursos

50
%OFF
Article image
Thiago Araújo
Thiago Araújo21/12/2022 13:51
Compartilhe

Vagrant não pôde verificar a revogação do certificado (Jornada DevOps)

  • #Linux
  • #Docker
  • #AWS

Vagrant não pôde verificar a revogação do certificado


fala ai pessoal vindo aqui rapidinho para trazer mais uma mãozinha agora sobre um erro de certificado no Vagrant, para quem usa Windows PowerShell este erro aqui:

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'ubuntu/focal64' could not be found. Attempting to find and install...
  default: Box Provider: virtualbox
  default: Box Version: >= 0
The box 'ubuntu/focal64' 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-22.04"]
Error: schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.

calma não se assustem para contornar essa situação vamos apenas colocar uma linha de comando no arquivo Vagrantfile este aqui: config.vm.box_download_insecure=true

pronto você conseguira baixar a imagem tranquilamente espero ter ajudado vlw

Compartilhe
Comentários (0)