Configuring a Manual Proxy Server Connection (Optional)
Code Insight 6.14.2 SP2
By default, Code Insight uses automatic proxy server settings. This is used to load the remote files for the side-by-side comparison of source matches in the Code Insight Detector client. To provide credentials to authenticate to a proxy server, do the following on the Core\Scan Server.
To authenticate to a proxy server, do the following:
1. | Configure core.proxy.server.properties in <Code Insight_ROOT_DIR>\<version>\config\core\ as required to establish a connection with the proxy server: |
#Indicates whether JetS3t should auto-detect the HTTP proxy settings appropriate for the local machine, default: true
#httpclient.proxy-autodetect=false
#Sets the host name of a HTTP proxy server
#httpclient.proxy-host=<PROXY_HOST>
#Sets the port number of a HTTP proxy server
#httpclient.proxy-port=<PROXY_PORT>
#Sets the user name credential for proxy authentication
#httpclient.proxy-user=<PROXY_USER>
#Sets password credential for proxy authentication
#httpclient.proxy-password=<PROXY_PASSWORD>
#Sets the domain credential for proxy authentication
#httpclient.proxy-domain=<PROXY_DOMAIN>