Assignation Service

To change the configuration of Assignation Service from HTTP to HTTPS, please follow the following steps:

  1. Press Win+R and type services.msc.
    Figure 1. Hosting Email Service from HTTP to HTTPS
    A screenshot of a computer error Description automatically generated
  2. Click OK to open Windows Services.
    Figure 2. Hosting Email Service from HTTP to HTTPS (cont.)
    A screenshot of a computer Description automatically generated
  3. Search for HCL.iAutomate.AssignationService and right-click on it.
  4. Click Properties.
    Figure 3. Hosting Assignation Service from HTTP to HTTPS (cont.)
    A screenshot of a computer Description automatically generated
  5. Copy the value mentioned in ‘Path to executable’ as shown in the image below.
    Figure 4. Hosting Assignation Service from HTTP to HTTPS (cont.)
    A screenshot of a service Description automatically generated
  6. Open File Explorer and paste the copied path and press Enter to open the desired folder.
  7. Search for Assignation.Service.Host.exe config file and open it in a Notepad.
    Figure 5. Hosting Service from HTTP to HTTPS (cont.)
  8. Within the Assignation.Service.Host.exe config file, find the key ‘ServiceHostURL’ and change its value from HTTP to HTTPS.
    Figure 6. Hosting Service from HTTP to HTTPS (cont.)
  9. Within the Assignation.Service.Host.exe config file, find the key ‘securityMode_Service’ and change its value from 2 to 3.
    Figure 7. Hosting Service from HTTP to HTTPS (cont.)
  10. Within the Assignation.Service.Host.exe config file, find the key ‘IsSelfSigned_Service’ and change its value from N to Y.
    Figure 8. Hosting Service from HTTP to HTTPS (cont.)
  11. Save the file for changes to be reflected.
  12. Open the command prompt as administrator and run the following command.
    netsh http add sslcert ipport=<ip>:<port on which service is running> appid={21fa9088-0c69-479e-8fdc-a81eb836e264} certhash="<Thumbprint of the certificate>"
  13. Replace the < Thumbprint of the certificate> with the GUID identified earlier.
  14. Select HCL.iAutomat.AssignationService service and click Restart to restart the service.
    Figure 9. Hosting Service from HTTP to HTTPS (cont.)
    A screenshot of a computer Description automatically generated