You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
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:in
parse'The text was updated successfully, but these errors were encountered: