Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bad uri for proxy #126

Open
nick-orton opened this issue Jun 9, 2012 · 2 comments
Open

bad uri for proxy #126

nick-orton opened this issue Jun 9, 2012 · 2 comments

Comments

@nick-orton
Copy link

my http_proxy is set to an internal ip address. This env var works with wget, chromium, etc. Earthquake can't parse it.

/usr/lib/ruby/1.9.1/uri/common.rb:176:in split': bad URI(is not URI?): 10.14.0.1:3129 (URI::InvalidURIError) from /usr/lib/ruby/1.9.1/uri/common.rb:211:inparse'

@no6v
Copy link
Collaborator

no6v commented Jun 9, 2012

Without scheme, it cannot be determined to use SSL or not.
Would you try to use with http:// or https:// for proxy_url?
At least wget works well with http://, thanks.

@fgielow
Copy link

fgielow commented Oct 26, 2012

have you managed to get it working? I am experiencing the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants