Create Web Server HTTPS Binding

NOTE: Configure web server(s), not application server(s) for SSL. 

Configuring the web servers will cause the internet traffic between end-users and the web server to be encrypted.  Since the web servers and application servers are physically co-located in the same server room, it is not usually necessary to pay the performance penalty for encrypting that link.

  1. In IIS, select the OneStream Web Server Site, right-click, and select Edit Bindings. By default, the web server will initially have only one binding (for http), add a binding for https.

  2. In the Site Bindings dialog, select Add.  Then select https, All Unassigned, and use the default SSL port (443) if appropriate.

  3. Leave Hostname empty and leave Require server name indication unchecked.

  4. In the SSL certificate combo box, select the certificate that was created above.

  5. Click OK.