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: 3327
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


Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.

Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.

uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de


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

Re: Proxy authentification

Beitrag von Zakyl »

That's work, thank you !
Antworten