Previous Topic

Next Topic

Book Contents

Configuring CIS behind a Proxy server

If your environment has the CIS software placed behind a Proxy server, you must update the following configuration files:

To update the files:

  1. Add the default proxy details immediately before the <configuration> tag. This is typically the last tag in the files.
  2. Provide the default proxy settings as shown in the following example, with the proxyaddress attribute set to the actual address of the proxy server:

    <system.net>

    <defaultProxy>

    <proxy usesystemdefault="false" proxyaddress="http://165.140.4.22:8080" bypassonlocal="true" />

    </defaultProxy>

    </system.net>

If you do not update the CIS configuration files, you might experience connection problems. For example, the error "The underlying connection was closed: The remote name could not be resolved" might appear in the event log.

The error information includes the operation that was taking place at the point where the connection could not be acquired.

Copyright © 2002, 2016 Oracle and/or its affiliates. All rights reserved.