#1 Le 24/11/2016, à 14:05
- __fabrice
Erreur SSL lors du provisionnement avec Vagrant
Salut à tous,
J'ai un VM faite avec PuPHPet. J'utilise Vagrant, et, lors du provisionnement, j'ai une erreur SSL. J'ai fait des recherches, j'ai fait un
sudo gem update --system
mais cela ne change rien.
Cela vient de Ruby ou du SSL (OpenSSL) ?
==> vm.spectre.id: Running provisioner: shell...
vm.spectre.id: Running: /tmp/vagrant-shell20161124-14964-140gfdp.sh
==> vm.spectre.id: Running provisioner: shell...
vm.spectre.id: Running: /tmp/vagrant-shell20161124-14964-13zvecd.sh
==> vm.spectre.id: ERROR: Could not find a valid gem 'deep_merge' (>= 0), here is why:
==> vm.spectre.id: Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=error: certificate verify failed (https://api.rubygems.org/latest_specs.4.8.gz)
==> vm.spectre.id: ERROR: Could not find a valid gem 'activesupport' (>= 0), here is why:
==> vm.spectre.id: Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=error: certificate verify failed (https://api.rubygems.org/latest_specs.4.8.gz)
==> vm.spectre.id: ERROR: Could not find a valid gem 'vine' (>= 0), here is why:
==> vm.spectre.id: Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=error: certificate verify failed (https://api.rubygems.org/latest_specs.4.8.gz)
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
openssl est bien installé.
Merci à tous
Fabrice
Dernière modification par __fabrice (Le 24/11/2016, à 15:24)
Hors ligne
#2 Le 25/11/2016, à 11:21
- __fabrice
Re : Erreur SSL lors du provisionnement avec Vagrant
Salut,
Personne n'a eu cette erreur donc ?
F.
Hors ligne