Bypass proxy for certain URLs
Problem
This article describes how to bypass the proxy for certain URLs in the IBI-aws Admin.
Solution
Open
IBI.aws.Admin.exe.config
with a text editor (e.g. Notepad)Add the
<system.net>
block with the corresponding URL below the<configuration>
block, as shown in the following exampleXML<configuration> [...] <system.net> <defaultProxy enabled="true" useDefaultCredentials="true"> <proxy usesystemdefault="True"/> <bypasslist> <add address="ftp://bypass.url.example"/> </bypasslist> </defaultProxy> </system.net> [...] </configuration>
Please note
Please make sure that
<add address=
contains the corresponding URLSave the file
IBI.aws.Admin.exe.config
Restart IBI-aws Admin