2011/8/11 Martin Paul <[email protected]>: > Steven, [...] > As to why it works for Michele anyway, I can only guess that on his system > the proxy settings for wget (both http and https) are already set in e.g. > /etc/wgetrc or ~/.wgetrc, making PCA's wgetproxy option superfluous. That's > what I recommend anyway, as like that wget will also work outside of PCA. > Martin, as always you are right ... :-)
root@<myPCAproxy> # egrep -v ^# /etc/wgetrc /etc/pca-proxy.conf | grep http /etc/wgetrc:http_proxy = http://myproxy.com:8080/ /etc/wgetrc:https_proxy = http://myproxy.com:8080/ /etc/wgetrc:http_user = <myMOSvalidaccountID> /etc/wgetrc:http_password = <mypassword> /etc/pca-proxy.conf:wgetproxy=http://myproxy.com:8080 root@<myPCAproxy> # The "http_proxy" and "https_proxy" setting on "/etc/wgetrc", bypass the "wgetproxy" value on /etc/pca-proxy.conf, although in this case are the same. Thanks MV -- Michele Vecchiato Blog <http://michelevecchiato.wordpress.com> LinkedIn profile <http://www.linkedin.com/in/michelevecchiato>
