I am also facing same issue in my ubuntu machine.Could you please post the solution. ?
On Friday, 5 December 2014 14:23:07 UTC+5:30, [email protected] wrote: > > Hi, > Thanks for your reply. The issue is resolved. > > On Friday, 5 December 2014 02:23:14 UTC-5, Alvaro Miranda Aguilera wrote: > >> hello, >> >> http_proxy is for http connection >> >> try https_proxy also >> >> and use quotes >> >> https_proxy="...." >> >> if that doesn't work, try capital letters >> >> HTTP_PROXY >> and >> HTTPS_PROXY >> >> >> On Fri, Dec 5, 2014 at 8:05 PM, <[email protected]> wrote: >> >>> I type the following command in cmd window. >>> set http_proxy=http://domainname%5Cusername:password@proxy:port >>> >>> then type: >>> vagrant plugin install vagrant-proxyconf >>> >>> Is this correct? >>> >>> On Thursday, 4 December 2014 23:28:43 UTC-5, Alvaro Miranda Aguilera >>> wrote: >>> >>>> hello, >>>> >>>> how are you setting those? can you share? I can't guess. >>>> >>>> can be http_proxy, and https_proxy lowercase/uppercase, with export, >>>> without export.. then something with no quotes, or single quotes, or >>>> double quotes.. >>>> >>>> can you share how are you doing it? >>>> >>>> >>>> On Fri, Dec 5, 2014 at 3:30 PM, <[email protected]> wrote: >>>> >>>>> I set as your suggestion. But I got the following error. >>>>> >>>>> Installing the 'vagrant-proxyconf' plugin. This can take a few >>>>> minutes... >>>>> Bundler, the underlying system Vagrant uses to install plugins, >>>>> reported an error. The error is shown below. These errors are usually >>>>> caused by misconfigured plugin installations or transient network >>>>> issues. The error from Bundler is: >>>>> Could not fetch specs from https://rubygems.org/ >>>>> Retrying source fetch due to error (2/3): Bundler::HTTPError Could not >>>>> fetch spe >>>>> cs from https://rubygems.org/Retrying source fetch due to error >>>>> (3/3): Bundler:: >>>>> HTTPError Could not fetch specs from https://rubygems.org/ >>>>> >>>>> On Thursday, 4 December 2014 21:20:20 UTC-5, Alvaro Miranda Aguilera >>>>> wrote: >>>>> >>>>>> how are you escaping the user? >>>>>> >>>>>> should be domain%5Cuser:password@server:port >>>>>> >>>>>> >>>>>> On Fri, Dec 5, 2014 at 2:05 PM, <[email protected]> wrote: >>>>>> >>>>>>> I pasted my errors as followed: >>>>>>> >>>>>>> D:\work>vagrant plugin install vagrant-proxyconf >>>>>>> >>>>>>> Installing the 'vagrant-proxyconf' plugin. This can take a few >>>>>>> minutes... >>>>>>> C:/HashiCorp/Vagrant/embedded/lib/ruby/2.0.0/uri/common.rb:176:in >>>>>>> `split': bad U >>>>>>> RI(is not URI?): http://domainname\username:password@proxy:port" >>>>>>> (URI: >>>>>>> :InvalidURIError) >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> lib/ruby/2.0.0/uri/common.rb:211:in ` >>>>>>> parse' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> lib/ruby/2.0.0/uri/common.rb:747:in ` >>>>>>> parse' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> lib/ruby/2.0.0/uri/common.rb:996:in ` >>>>>>> URI' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/v >>>>>>> endor/net/http/persistent.rb:908:in `proxy_from_env' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/v >>>>>>> endor/net/http/persistent.rb:858:in `proxy=' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/v >>>>>>> endor/net/http/persistent.rb:528:in `initialize' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/f >>>>>>> etcher.rb:113:in `new' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/f >>>>>>> etcher.rb:113:in `connection' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/f >>>>>>> etcher.rb:103:in `initialize' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/s >>>>>>> ource/rubygems.rb:262:in `new' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/s >>>>>>> ource/rubygems.rb:262:in `block in remote_specs' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/s >>>>>>> ource/rubygems.rb:262:in `map' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/s >>>>>>> ource/rubygems.rb:262:in `remote_specs' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/s >>>>>>> ource/rubygems.rb:202:in `fetch_specs' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/s >>>>>>> ource/rubygems.rb:66:in `specs' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/d >>>>>>> efinition.rb:216:in `block (2 levels) in index' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/d >>>>>>> efinition.rb:213:in `each' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/d >>>>>>> efinition.rb:213:in `block in index' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/i >>>>>>> ndex.rb:9:in `build' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/d >>>>>>> efinition.rb:209:in `index' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/d >>>>>>> efinition.rb:203:in `resolve' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/d >>>>>>> efinition.rb:133:in `specs' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/d >>>>>>> efinition.rb:122:in `resolve_remotely!' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/i >>>>>>> nstaller.rb:76:in `run' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/bundler-1.6.6/lib/bundler/i >>>>>>> nstaller.rb:15:in `install' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/lib/vagrant/b >>>>>>> undler.rb:226:in `block in internal_install' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/lib/vagrant/b >>>>>>> undler.rb:284:in `block in with_isolated_gem' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> lib/ruby/2.0.0/rubygems/user_interact >>>>>>> ion.rb:40:in `use_ui' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/lib/vagrant/b >>>>>>> undler.rb:283:in `with_isolated_gem' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/lib/vagrant/b >>>>>>> undler.rb:225:in `internal_install' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/lib/vagrant/b >>>>>>> undler.rb:92:in `install' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/lib/vagrant/p >>>>>>> lugin/manager.rb:62:in `block in install_plugin' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/lib/vagrant/p >>>>>>> lugin/manager.rb:72:in `call' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/lib/vagrant/p >>>>>>> lugin/manager.rb:72:in `install_plugin' >>>>>>> from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.5/ >>>>>>> plugins/comma >>>>>>> nds/plugin/action/install_gem.rb:37:in `call' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/lib/vagrant/a >>>>>>> ction/warden.rb:34:in `call' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/lib/vagrant/a >>>>>>> ction/builder.rb:116:in `call' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/lib/vagrant/a >>>>>>> ction/runner.rb:66:in `block in run' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/lib/vagrant/u >>>>>>> til/busy.rb:19:in `busy' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/lib/vagrant/a >>>>>>> ction/runner.rb:66:in `run' >>>>>>> from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.5/ >>>>>>> plugins/comma >>>>>>> nds/plugin/command/base.rb:14:in `action' >>>>>>> from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.5/ >>>>>>> plugins/comma >>>>>>> nds/plugin/command/install.rb:32:in `block in execute' >>>>>>> from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.5/ >>>>>>> plugins/comma >>>>>>> nds/plugin/command/install.rb:31:in `each' >>>>>>> from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.5/ >>>>>>> plugins/comma >>>>>>> nds/plugin/command/install.rb:31:in `execute' >>>>>>> from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.5/ >>>>>>> plugins/comma >>>>>>> nds/plugin/command/root.rb:56:in `execute' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/lib/vagrant/c >>>>>>> li.rb:42:in `execute' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/lib/vagrant/e >>>>>>> nvironment.rb:292:in `cli' >>>>>>> from C:/HashiCorp/Vagrant/embedded/ >>>>>>> gems/gems/vagrant-1.6.5/bin/vagrant:1 >>>>>>> 74:in `<main>' >>>>>>> >>>>>>> On Thursday, 4 December 2014 15:42:35 UTC-5, Alvaro Miranda Aguilera >>>>>>> wrote: >>>>>>> >>>>>>>> can you paste your own error here? >>>>>>>> >>>>>>>> >>>>>>>> On Thu, Dec 4, 2014 at 6:51 PM, <[email protected]> wrote: >>>>>>>> >>>>>>>>> I installed vagrant 1.6.5 and created one Windows XP (with >>>>>>>>> service pack 3) box by VirtualBox. My host was Windows 7 Enterprise >>>>>>>>> edition(64 bit) with service pack 1. >>>>>>>>> >>>>>>>>> I set http_proxy format like this: http://domain\usern >>>>>>>>> ame:password@proxy:port >>>>>>>>> <http://domain/username:password@proxy:port>. When I run "vagrant >>>>>>>>> plugin install vagrant-proxyconf", I got the same error as the >>>>>>>>> following >>>>>>>>> link on the stackoverflow( >>>>>>>>> *http://stackoverflow.com/questions/26414803/vagrant-proxyconf-split-bad-uri-error-on-installing-plugin-for-vagrant* >>>>>>>>> >>>>>>>>> <http://stackoverflow.com/questions/26414803/vagrant-proxyconf-split-bad-uri-error-on-installing-plugin-for-vagrant> >>>>>>>>> ). Any idea about this issue? >>>>>>>>> >>>>>>>>> -- >>>>>>>>> You received this message because you are subscribed to the Google >>>>>>>>> Groups "Vagrant" group. >>>>>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>>>>> send an email to [email protected]. >>>>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>> You received this message because you are subscribed to the Google >>>>>>> Groups "Vagrant" group. >>>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>>> send an email to [email protected]. >>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>> >>>>>> >>>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Vagrant" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Vagrant" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/db284b6c-95be-4ab0-9510-f420f79d84e0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
