Proxy authentification

Antworten
Zakyl
Beiträge: 68
Registriert: 16 Okt 2012, 11:03

Proxy authentification

Beitrag 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
Benutzeravatar
d.oertel
uib-Team
Beiträge: 3319
Registriert: 04 Jun 2008, 14:27

Re: Proxy authentification

Beitrag 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
opsi support - uib gmbh

For productive opsi installations we recommend support contracts.
http://www.uib.de
http://www.opsi.org
Zakyl
Beiträge: 68
Registriert: 16 Okt 2012, 11:03

Re: Proxy authentification

Beitrag von Zakyl »

That's work, thank you !
Antworten