Configuring Server for HTTPS Redirection
  • 14 Jan 2021
  • 1 Minute to read
  • Dark
    Light

Configuring Server for HTTPS Redirection

  • Dark
    Light

Article Summary

IIS Hosted Redirection

The Decisions portal can be configured to force users to use SSL (HTTPS) connections by redirecting HTTP requests to HTTPS. The following describes how to configure your server to do HTTPS redirection.

Self-Hosted Redirection
For redirection on Self Hosted environments, refer to "Configure the Server for SSL (HTTPS)"

Requirements
-V7 must be IIS hosted
-Must have IIS configuration manager installed
-Install the IIS URL Rewrite Module found here

HTTPS Redirect Process

  1. First, open IIS and select Default Web Site
    HTTPSredi5.png 

  2. Then select and open URL Rewrite
    HTTPSredi6.png


  3. In the top right, select Add Rules
    HTTPSredi8.png


  4. Select Blank Rule and click Ok

    HTTPSredi4.png

  5. Select a name for the rule of choice, then configure accordingly as follows:

    HTTPSredi9.png

    HTTPSredi7.png



  6. After doing so, select Applyto apply changes

    HTTPSredi2.png

  7. After this is applied, navigate to C:\Program Files\Decisions\Decisions Web Hostand open up the web config file

    HTTPSredi3.png

    Automatically, it will add the following block to your file. Then test to verify redirection is occurring.

    HTTPSredi1.png






Was this article helpful?