Previous Topic: Configuring Official Certificate from Third PartiesNext Topic: How to Change the Port


Disabling HTTP in CA Executive Insight

After SSL on CA Executive Insight is up and functional, you should disable HTTP.

Follow these steps:

  1. Use a text editor to open the server.xml file for each installation that you have configured.
    Install_dir

    Specifies the directory where CA Executive Insight is installed.

  2. Locate and comment the HTTP Connector section as shown.
    <!-- 
    <Connector 
         port="8080"
         compression="2048" 
         compressableMimeType="text/html,text/xml,text/plain,text/javascript,text/css" 
         useSendfile="false"
      />
       -->
    
  3. Restart the CA Executive Insight server.