Quiero hacer que el trabajo vagabundo con proxy corporativo, por eso creo que necesito instalar vagrant-proxyconf
vagrant plugin install vagrant-proxyconf
que falló con
Vagrant failed to load a configured plugin source. This can be caused
by a variety of issues including: transient connectivity issues, proxy
filtering rejecting access to a configured plugin source, or a configured
plugin source not responding correctly. Please review the error message
below to help resolve the issue:
Errno::ECONNREFUSED: Failed to open TCP connection to api.rubygems.org:443 (No connection could be made because the target machine actively refused it. - connect(2) for "api.rubygems.org" port 443) (https://api.rubygems.org/specs.4.8.gz)
Source: https://rubygems.org/
justo, mientras estoy detrás del proxy. Así que pensé que podía descargar a través del navegador y volver a intentarlo, así que tengo vagrant-proxyconf-1.5.2.gem local y probé
vagrant plugin install ./vagrant-proxyconf-1.5.2.gem
y falló con
Errno::ECONNREFUSED: Failed to open TCP connection to api.rubygems.org:443 (No connection could be made because the target machine actively refused it. - connect(2) for "api.rubygems.org" port 443) (https://api.rubygems.org/specs.4.8.gz)
Source: https://rubygems.org/
ok, parece una dependencia, así que descargué las especificaciones 4.8.gz e intenté nuevamente, pero el mismo problema
Errno::ECONNREFUSED: Failed to open TCP connection to api.rubygems.org:443 (No connection could be made because the target machine actively refused it. - connect(2) for "api.rubygems.org" port 443) (https://api.rubygems.org/specs.4.8.gz)
... así que intenté con
vagrant plugin install specs.4.8 --plugin-source file://c:/betlista/downloads
y el mismo problema otra vez
Errno::ECONNREFUSED: Failed to open TCP connection to api.rubygems.org:443 (No connection could be made because the target machine actively refused it. - connect(2) for "api.rubygems.org" port 443) (https://api.rubygems.org/specs.4.8.gz)
Estoy en Windows 10 y la versión Vagrant es 2.1.0. Soy muy nuevo en Vagrant.