SessionAudit
  • Infrastructure Documents
  • Overview
    • What is Session Audit
    • FAQs
    • Road Map
    • Licensing
  • Planning
    • POC Requirements
    • Supported Configurations
    • Windows Server Requirements
    • SQL Server Requirements
    • Agent Requirements
    • Other Requirements
    • Network Considerations
    • Design
      • Single Deployment
      • Distributed Deployment
  • Deployment
    • Installing Microsoft SQL Server
    • HTTPS Certificate
    • DNS Records
    • .Net Framework 4.7.2 Download and Install
    • .NET Core 6.0.16 Download and Install
    • Internet Information Service Installation
    • Single Deployment
      • DB Creation
      • IIS and Site Settings
      • Database Permissions
    • Distributed Deployment
    • Upgrade Existing SessionAudit Installation
  • Initial Configuration
    • First time Login to SessionAudit
    • License Management
    • LDAP Settings
    • Role Management
    • Change Admin Password
  • Advanced Configuration
    • Login to the Portal with Domain Account
    • Settings
      • Server Settings
      • Agent Settings
      • LDAP Settings
      • Notification Settings
      • Syslog Settings
  • Managing
    • Dashboard (Home)
    • Tracker
    • Reporting
    • Computers
    • Role Management
    • License Management
  • Troubleshooting
    • SQL Express Usage
    • Securing Windows Server
Powered by GitBook
On this page
  • HTTPS Binding
  • Optional Step
  • Start SessionAudit Web

Was this helpful?

  1. Deployment
  2. Single Deployment

IIS and Site Settings

Installation

HTTPS Binding

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.

Read DNS Records for steps to create a DNS Service record.

For HTTPS Certificate operations, read HTTPS Certificate article.

Follow the steps below for HTTP and HTTPS binding for SessionAudit website.

  1. Open the Internet Information Services screen from the start menu or run the inetmgr command from Start\Run,

  2. Select SessionAudit site under Sites and right click on it,

  3. Select Edit Bindings,

  4. 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.

  5. 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 HTTPS Certificate step should be seen. If this certificate is not visible, go back to the HTTPS Certificate step and create the certificate. Then return to this step and complete the https binding step.

  1. Click close to finish binging configuration.

Optional Step

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.

  1. While the SessionAudit website is selected, click the HSTS option in the Configure heading on the Actions Pane,

  2. Select Enable,

  3. Select Redirect Http to Https and click OK.

Start SessionAudit Web

After all the processes are finished, follow the steps below and open SessionAudit.

  1. While the SessionAudit website is selected, run the website with the Manage Website \ Start command from the Actions pane,

  2. Before step 3 you need to set the database permissions. Before proceeding to step 3, follow the articles in the Database Permissions article and continue from this article.

  3. Switch to Application Pools screen, start two application pools named below.

  • SA4SCAgentApi

  • SA4SCSessionAudit

  1. 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.

PreviousDB CreationNextDatabase Permissions

Last updated 2 years ago

Was this helpful?