Skip to main content
Skip table of contents

IBI-aws Admin: Proxy hinterlegen

Dieser Artikel beschreibt, wie man im IBI-aws Admin einen Proxy hinterlegt.

Schritt-für-Schritt Anleitung

  1. IBI.aws.Admin.exe.config mit einem Texteditor (wie z.B. Notepad) öffnen

  2. Den <system.net> Block mit der entsprechenden URL unterhalb des <configuration> Blocks, wie im folgenden Beispiel, hinzufügen

    XML
    <configuration>
    [...]
    
    <system.net>
      <defaultProxy enabled="true" useDefaultCredentials="true">
        <proxy proxyaddress="http://proxy-address.example:8080" />
      </defaultProxy>
    </system.net>
    
    [...]
    </configuration>
  3. IBI.aws.Admin.exe.config speichern

  4. IBI-aws Admin ggf. neu starten

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.