Previous Topic: Configuring Official Certificate from Third PartiesNext Topic: How to Change the Protocol or Port on the Executive Insight Server


Disabling HTTP in CA Executive Insight

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

Follow these steps:

  1. Edit the server.xml file.

    For server installation, go to: Install_dir\product\ServerAndUI\plugins\catalina.start.osgi.config.fragment_1.0.0\conf

    For web UI installation, go to: Install_dir\product\WebUI\plugins\catalina.start.osgi.config.fragment_1.0.0\conf

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