IIS Configuration - Set up HTTPS Binding for port 443

You must set up the Microsoft Internet Information Services to listen on port 443 so that it can be used for https requests, which are necessary for the Operations Hub integration.

Procedure

  1. Log in to the CIMPLICITY/Webspace machine.
  2. Go to Start > Control Panel > Administrative Tools.
  3. Open Internet Information Services (IIS) Manager.
  4. On the left-hand pane, select the root of the IIS Server, usually listed as the computer name.
  5. Select Server Certificates.
  6. On the right-hand pane, select Create Self-Signed Certificate.
  7. Enter name as ProficyWebspace, and select Personal as the certificate store.
  8. Select OK to save.
  9. On the left-hand pane, select the root of the IIS Server, usually listed as the computer name.
  10. On the left-hand pane, select Default Web Site.
  11. On the right-hand pane, go to Edit Site > Bindings.
  12. Select Add to open Edit Site Binding.
  13. Select https as type.
  14. Select All Unassigned as the IP address.
  15. Enter 443 for port.
  16. Enter the computer name of the Webspace system as host name.
  17. Select ProficyWebspace as the SSL Certificate.
  18. Select OK.
  19. On the Site Bindings dialog, select Close.
  20. On the left-hand pane, select the root of the IIS Server, usually listed as the computer name.
  21. On the right-hand pane, select Restart to restart the IIS Server.