This article is intended to help you convert your self-hosted XpressDox installation from HTTP to HTTPS.
Ensure that the following pre-requisites are in place:
- A valid SSL Certificate is installed for your site
- The IIS Rewrite Module is installed
- An https binding site binding has been added
Once those are in place, run the following batch file. Your web.config file will be configured to run in HTTPS mode.
[XpressDoxInstallationFolder]\Installer\Web_Config_Convert_To_HTTPS.bat
To revert to HTTP, run the following bat file:
[XpressDoxInstallationFolder]\Installer\Web_Config_Convert_To_HTTP.bat
Backups of the web.config are made each time the file is changed.