Previous Topic: Configuring Official Certificate from Third PartiesNext Topic: Change default HTTP/HTTPS 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. Edit the server.xml file located in the following directory:
    Install_dir\product\ServerAndUI\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.