Summary: | www-plugins/chrome-binary-plugins fail to download in an environment requiring web proxy | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Konrad Karczewski <konrad.karczewski> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | dev-portage |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Konrad Karczewski
2015-06-12 10:12:04 UTC
Sounds like a problem in wget or in portage. Please check whether the following command works from the terminal: wget 'https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_44.0.2403.39-1_amd64.deb' Also, please explain your web proxy setup a bit, and attach output of "emerge --info wget gnutls openssl ca-certificates" my guess is the proxy settings are bad. please post the exact settings and try running wget directly: wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_44.0.2403.39-1_amd64.deb You're right - http_proxy was set, but httpS_proxy was not... I wasn't aware there was second env variable for https, and I would expect to have failback to http_proxy if the other one wasn't set. Live and learn. Thank you for your help. |