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:
- Press Win+R and type inetmgr.
- Click OK to open IIS.
Figure 1. Hosting Base user interface from HTTP to HTTPS
- Expand Sites and click HCLiAutomateBaseUI.
Figure 2. Figure 59 - Hosting Base user interface from HTTP to HTTPS (cont.)
- 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.)
- Click Add.
- Select Type as https. Port information gets populated automatically. Select the SSL Certificate .
- Click OK.
Figure 5. Hosting Base user interface from HTTP to HTTPS (cont.)
- Right-click HCLiAutomateBaseUI.
- Click Explore.
- Find Web.config file and open it in a Notepad.
Figure 6. Hosting Base user interface from HTTP to HTTPS (cont.)
- 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.)
- 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.)
- Change the security mode="TransportWithMessageCredential" under <binding> tag.
Figure 9. Hosting Base user interface from HTTP to HTTPS (cont.)
- Select the service and click Restart to restart the services.