Configuring Server for HTTPS Redirection
- 14 Jan 2021
- 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 14 Jan 2021
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
-Must have IIS configuration manager installed
-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 Applyto apply changes
- After this is applied, navigate to C:\Program Files\Decisions\Decisions Web Hostand open up the web config file
Automatically, it will add the following block to your file. Then test to verify redirection is occurring.
Was this article helpful?