ChipDNA Windows and Linux can be configured to use a web proxy to communicate with our platform. If the web proxy requires authentication, the username and password can also be specified. This is configured within your ChipDNA config file (chipdna.config.xml). Please note, an additional WebProxy element must be added in the config file as seen below.
<ChipDnaServer>
<WebProxy>
<Connection>proxy.creditcall.co.uk:3128</Connection>
<Username>username</Username>
<Password>password</Password>
</WebProxy>
</ChipDnaServer>
ChipDNA V1.17 and Below
Older releases of ChipDNA from V1.17 and below support the following range for the proxy port:
>= 1024 & <= 65535
ChipDNA V1.18+
ChipDNA V1.18 onwards supports the following range for the proxy port:
<= 65535