To disable the use of HTTP and configure ITA to only accept connections over HTTPS, follow this procedure:
- Open Internet Information Services (IIS) Manager
- Navigate the hierarchy in the Connections pane to <hostname> > Sites > IT Analytics Server
- In the Actions pane under Edit Site, select Bindings
- In the Site Bindings window, click the Add button
- In the Add Site Binding window, select the following:
Type: https
IP address: All Unassigned
Port: 443
Host name: Enter the hostname matching that used in your signing certificate
Require Server Name Indication: Optional/not required by ITA. Refer to Microsoft's documentation for this setting.
SSL certificate: signing certificate provided by you
- Click the OK button
- Click the Close button
- In the Actions pane under the Manage Website heading, select Restart
- Test connectivity to the site by pointing a browser to the ITA server hostname using an HTTPS URL
- If the connection is successful, repeat steps 1 through 3
- In the Site Bindings window, select the http entry and click the Remove button to disable access to the application via HTTP
- Click the OK button
- Click the Close button
- In the IT Analytics Server Home pane, double-click the SSL Settings icon
- Enable the setting Require SSL
- Click the Apply button in the Actions pane
- Under the Connections pane, navigate to <hostname> > Application Pools
- Right-click ITAnalyticsServer_AppPool and select Recycle