Steps to Redirect application URL from HTTP to HTTPS

Steps to Redirect application URL from HTTP to HTTPS

Follow the steps given below to setup the redirection from HTTP to HTTPS:

1. Stop the Service.
2. Go to the folder NetFlow_Home\conf (or) OpManager_Home\conf (for version 12) and open the file server.xml with WordPad. Find the below entry in the file server.xml


<¡--Connector port="6060"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               debug="3" connectionTimeout="1800000"
               disableUploadTimeout="true"/-->

3. Remove '¡--' which is before Connector port="6060" and then remove -- which is after connectionTimeout="1800000" disableUploadTimeout="true".

4. Change the value 8080 to 80 and 8443 to 443 and save the file.

5. So after the changes the entry should be as shown below.

    <Connector port="80"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="443" acceptCount="100"
               debug="3" connectionTimeout="1800000"
               disableUploadTimeout="true" />

6. Go to the folder NetFlow_Home\webapps\ncm\WEB-INF\web.xml or OpManager_Home\WEB-INF\web.xml (for v12 and above)
Edit the web.xml file and search for the content below and add the lines in bold / highlighted.


        </auth-constraint>
<user-data-constraint>

        <transport-guarantee>INTEGRAL</transport-guarantee>
    </user-data-constraint>
    </security-constraint>

7. Start the ervice and check on the issue.
                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Steps to Reduce the DISC SPACE for NetFlow Analyzer ( rawCleanup )

                        Please follow the below steps to reduce the Disc space storage in NetFlow Analyzer: 1. Stop NetFlow Analyzer service. 2. Open command prompt as administrator and navigate to NetFlow_Home/troubleshooting 3. Execute rawCleanup.bat and wait until the ...
                      • Upgrade steps from build 12.6 or above to 12.7

                        Note: NetFlow Analyzer version 12.7 has PostgreSQL data migration from 10.21 to 14.7 Tomcat - 8.5.43 to 9.0.71 JDBC driver changes postgresql-42.4.0.jar to postgresql-42.5.1.jar jtds-1.2.2.jar to mssql-jdbc-8.4.1.jre8.jar Disk Space in the NetFlow ...
                      • Firewall Analyzer Mysql to Pgsql migration steps.

                        Stop the Firewall Analyzer Service. Take the backup or a VM snapshot of ManageEngine\Firewall folder. Download the correct zip files based on your OS(32/64bit) from the below link and extract it under <Firewall Analyzer Home>. ...
                      • Steps to resolve to "Too many open files" in Linux

                        Please follow the below steps to resolve the issue with  "Too many open files" issue in Linux. Follow below given steps: 1. Stop the NetFlow Analyzer service. 2. Please visit the link given below for the steps to increase the open files in the Linux ...
                      • Upgrade steps from build 12.4 or above to 12.5

                        Note:   NetFlow Analyzer version 12.5 has postgres upgrade from 9.2 .4 to 10.10 hence there is additional care need to be taken while performing upgrade.   Disk Space in the NetFlow Analyzer installed drive should be 1.25 times free with respect to ...