IIS and Site Settings
Installation
Last updated
Was this helpful?
Installation
Last updated
Was this helpful?
SessionAudit agents connect to the address returned from the DNS Service record and the HTTP protocol contained within that address. The recommended configuration uses TCP 443 as the port number. Therefore, HTTPS 443 binding should be made for SessionAudit server in IIS.
Follow the steps below for HTTP and HTTPS binding for SessionAudit website.
Open the Internet Information Services screen from the start menu or run the inetmgr command from Start\Run,
Select SessionAudit site under Sites and right click on it,
Select Edit Bindings,
Select the http port 80 binding information and press the Edit button. Enter the address where SessionAudit management portal will be opened in the Host name field on the screen that comes up. Ex: sa4sc.domain.com, SessionAudit.domain.com etc. This field is not case sensitive on windows systems. After entering the name, click OK.
Click Add on the Site Bindings screen. Select https in the Type field, leave port 443 as default. In the Host name field, retype the name just entered for http. Select the "Require Server Name Indication" option. Select the previously created certificate from the SSL certificate list and click OK.
In the SSL certificate field, the certificate produced in the step should be seen. If this certificate is not visible, go back to the step and create the certificate. Then return to this step and complete the https binding step.
Click close to finish binging configuration.
If the SessionAudit site is always wanted to serve over https, any http request can be redirected to https with a configuration on IIS. https redirection is done by following the steps below.
While the SessionAudit website is selected, click the HSTS option in the Configure heading on the Actions Pane,
Select Enable,
Select Redirect Http to Https and click OK.
After all the processes are finished, follow the steps below and open SessionAudit.
While the SessionAudit website is selected, run the website with the Manage Website \ Start command from the Actions pane,
Switch to Application Pools screen, start two application pools named below.
SA4SCAgentApi
SA4SCSessionAudit
Open SessionAudit web application using any of the popular web browsers (Chrome, Firefox, Safari and Opera). In the address bar, enter the address generated for DNS Site Access.
Before step 3 you need to set the database permissions. Before proceeding to step 3, follow the articles in the article and continue from this article.