Notifications Sent with HTTP URL, despite of application being Secured

Notifications Sent with HTTP URL, despite of application being Secured

If the URL in notifications are sent with http protocol instead of https even though the application is secured. Then try the below solution. 

1. Stop the application

2. Go to <Drive>:\ManageEngine\ServiceDeskPlus-MSP\Conf

3. Keep a backup of the file called "TrayIconInfo.xml"

4. Now edit the file and search for the Keyword "http".

5. You will find the below entries :

<SDP-PROPERTIES RequestScheme="http" WebPort="8080"/>
<!--SDP-PROPERTIES RequestScheme="https" WebPort="80" ipToBind="192.168.112.177"/-->

6. Just add an extra "s" after http highlighted above and save the same.

7. Start the application.

This should solve the issue related with notifications missing https in the URL's


                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • HTTP to HTTPS Redirection

                        Kindly follow the steps given below to set up the redirection from HTTP to HTTPS. Applicable for versions 9.4 & 10.5: Restart of the MSP service is required after making changes, so please plan accordingly. 1. Navigate to the ...
                      • Configuring Login Web URL and Login URI for an account

                        What is a login URL and login URI under accounts? Login Web URL: A login URL is the locator of a resource (Which can be used to locate the address of a resource in the internet). Login URI: It is the identifier, which is used to identify any resource ...
                      • How to change application port

                        1. Stop the application  2. Open Command Prompt as Admin 3. Go to ManageEngine\ServiceDeskPlus-MSP\bin 4. Invoke command changeWebServerPort.bat [newportnumber] [Protocol http or https] 5. Start the application. Refer below screenshot  Note : ...
                      • How to include Company logo in the notification emails sent to customers ?

                        Here are the steps to apply the Logo on the notification template that is visible to your customers when they receive notifications. You must have the Header Logo already configured at the top left corner of the application. I believe that is the ...
                      • Invalid URL - Task API is not working - 14001

                        API response - throws invalid URL error apprUrl = url + "/api/v3/changes/changeid/tasks" Reason - 14001 · Support for older version of V3 API for Tasks and Worklogs is deprecated. To use the latest format of the API, add the accept header ...