HTTP to HTTPS redirection (Version 11.0)

HTTP to HTTPS redirection (Version 11.0)

Please do refer to the below steps for HTTP to HTTPS redirection.  

 

 

1. The Application should be running on port 443 with HTTPS. 

 

ChangeWebServerport.bat 443 HTTPS - the command to change the port to 443 with HTTPS under

ManageEngine\SupportCenter\bin

 

 

 

 

Navigate to the location ManageEngine\SupportCenter\Conf and open the file 'server.xml'  with a Wordpad or Notepad++ and add the below entry in the file as shown in the image.

 

 

<Connector port="80" redirectPort="443"/>

 

 

 

 

 

 

2. Navigate to the location ManageEngine\SupportCenter\webapps\ROOT\WEB-INF and Edit the web.xml file. Search for the content below and add the lines in bold / highlighted.

 

 

<security-constraint>

  <web-resource-collection>

    <web-resource-name>Secured Core Context>/web-resource-name>

    <url-pattern>/jsp/*</url-pattern>

    <url-pattern>/tasks/*</url-pattern>

    <url-pattern>/debug/*</url-pattern>

    <url-pattern>*.do</url-pattern>

    <url-pattern>*.cc</url-pattern>

    <url-pattern>/servlet/*</url-pattern>

</web-resource-collection>

<auth-constraint>

  <role-name>*</role-name>

</auth-constraint>

<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint> 

</security-constraint>

 

 

3. Restart the service. 

 

 

Note: Please take a copy of the server.xml file and the web.xml file before you make the above changes.  

 

                New to ADManager Plus?

                  New to ADSelfService Plus?

                    • Related Articles

                    • HTTP to HTTPS redirection

                      Customer should be running the application in https with 443 port. > ChangeWebServerport.bat 443 https Once the ports are updated, Follow the steps given below to setup the redirection from HTTP to HTTPS, Go to the folder ...
                    • How to restore the database of supportcenter plus in a new instance? (Applicable from 11.0 version)

                      1. Find out the build number of the live server. You can know it from About Product (inside ? icon)in the top right of the user interface. 2. Download the same version from the below link     * http://archives.manageengine.com/support-center/      ...
                    • How to take a connection dump for analyzing performance issues?

                      For Performance/slowness issues instead of taking Threaddump manually or instead of invoking PerformanceTool make use of the below URL when the issue occurs, http://servername:portnumber/servlet/PerformanceDebug Note: The above URL works even when ...
                    • Email Signtature behavior in Version 11.0.

                      In order for the email signature to work in Version 11.0, please do add the signature first and then go to Admin - Notification Rules - Replying to a Request template - Customize template and add the below variable $EmailSignature. Go to Home page ...
                    • How to configure SAML with Azure AD

                      This guide will help us configure SAML for users who want to use Azure AD as their IdP and also give you insights on a few issues that you might run into while configuring SAML in an Azure Environment. In an ideal environment, customers will have an ...