Configuring Server for HTTPS Redirection
- 27 Feb 2020
- 1 Minute to read
- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
Configuring Server for HTTPS Redirection
- Updated on 27 Feb 2020
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
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.
Requirements
-Must have IIS configuration manager installed
-Install the IIS URL Rewrite Module found here
-Install the IIS URL Rewrite Module found here
HTTPS Redirect Process
First, open IIS and select Default Web Site
Then select and open URL Rewrite
In the top right, select Add Rules
Select Blank Rule and click Ok
Select a name for the rule of choice, then configure accordingly as follows:
After doing so, select Apply to apply changes
After this is applied, navigate to C:\Program Files\Decisions\Decisions Web Host and open up the web config file
Automatically, it will add the following block to your file
Test to be sure it is redirecting as expected
Was this article helpful?