Re: SLED 11 on an HP 2133
Do you have Proxy in your Company?
We have, and i had the same Problem....
it is not enough to enable http Proxy:
$> export http_proxy="http://proxyaddress:port"
you have to export httpS Proxy too:
$> export https_proxy="http://proxyaddress:port"
check with:
$> echo http_proxy
$> echo https_proxy
after that, it worked well. Hope i could help a little.
Greez
|