Seite 1 von 1

Proxy authentification

Verfasst: 20 Mär 2013, 11:03
von Zakyl
Hello,

I would like to use the "opsi-product-updater" command but I need an authentification on my proxy server.

I had test that in opsi-product-updater.conf :
- proxy = http://ip.proxy:port
- proxy = http://username:password@ip.proxy:port

That not work :(

My apt-get update/upgrade work with my proxy authentification in /etc/apt/apt.conf but not that.

Thanks to help me

Re: Proxy authentification

Verfasst: 20 Mär 2013, 20:30
von d.oertel
Hi,

try to set

Code: Alles auswählen

export http_proxy=http://username:password@ip.proxy:port 
before calling opsi-product-updater

regards

d.oertel

Re: Proxy authentification

Verfasst: 21 Mär 2013, 10:12
von Zakyl
That's work, thank you !