Problem
This article describes how to bypass the proxy for certain URLs in the IBI-aws Admin.
Solution
-
Open
IBI.aws.Admin.exe.configwith 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 make sure that
<add address=contains the corresponding URL -
Save the file
IBI.aws.Admin.exe.config -
Restart IBI-aws Admin