This article describes how to setup a proxy in the IBI-aws Admin.
Step-by-step guide
-
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 example<configuration> [...] <system.net> <defaultProxy enabled="true" useDefaultCredentials="true"> <proxy proxyaddress="http://proxy-address.example:8080" /> </defaultProxy> </system.net> [...] </configuration> -
Save the
IBI.aws.Admin.exe.config -
Restart IBI-aws Admin