K2 and Internet Proxy Configuration
kbt140048
PRODUCTK2 Five
K2 blackpearl
This article was created in response to a support issue logged with K2. The content may include typographical errors and may be revised at any time without notice. This article is not considered official documentation for K2 software and is provided "as is" with no warranties.
Issue
This describes how you can configure servers which does not have direct access to the internet, but has a proxy server to allow certain access.Symptoms
The servers do not have access to the Internet.
Resolution
Please add this to K2HostServer.exe.config:
<system.NET>
<defaultProxy useDefaultCredentials="true">
<proxy usesystemdefault="false" proxyaddress="http://yourproxy.com" bypassonlocal="true" />
<bypasslist>
<add address="[a-z]+.denallix.com$"></add>
</bypasslist>
</defaultProxy>
</system.NET>
