Configuring Server for HTTPS Redirection
  • 26 Jun 2024
  • 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
-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 it accordingly as follows:
  6. HTTPSredi9.png

    HTTPSredi7.png



  7. After doing so, select Apply to apply the changes.

    HTTPSredi2.png

  8. After this is applied, navigate to C:\Program Files\Decisions\Decisions Web Host and 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?