Base User interface

To change the hosting of BaseUI from HTTP to HTTPS using the existing certificate, for e.g. 'HclTech.iautomate.Web', please follow the below steps:

  1. Press Win+R and type inetmgr.
  2. Click OK to open IIS.
    Figure 1. Hosting Base user interface from HTTP to HTTPS
  3. Expand Sites and click HCLiAutomateBaseUI.
    Figure 2. Figure 59 - Hosting Base user interface from HTTP to HTTPS (cont.)
  4. Click on Bindings in the Edit Site section.
    Figure 3. Hosting Base User Interface from HTTP to HTTPS (cont.)
    Figure 4. Hosting Base user interface from HTTP to HTTPS (cont.)
  5. Click Add.
  6. Select Type as https. Port information gets populated automatically. Select the SSL Certificate .
  7. Click OK.
    Figure 5. Hosting Base user interface from HTTP to HTTPS (cont.)
  8. Right-click HCLiAutomateBaseUI.
  9. Click Explore.
  10. Find Web.config file and open it in a Notepad.
    Figure 6. Hosting Base user interface from HTTP to HTTPS (cont.)
  11. Within the Web.config file, find the key URL and change its value from HTTP to HTTPS.
    Figure 7. Hosting Base user interface from HTTP to HTTPS (cont.)
  12. If the certificate is self-signed, find the key IsSelfSigned_KRS and change its value to ‘Y’. Else, the value will be ‘N’.
    Figure 8. Hosting Base user interface from HTTP to HTTPS (cont.)
  13. Change the security mode="TransportWithMessageCredential" under <binding> tag.
    Figure 9. Hosting Base user interface from HTTP to HTTPS (cont.)
  14. Select the service and click Restart to restart the services.