Enforce HTTPS for the xDB Processing service end point
Current version: 10.4
Applies to |
xDB Processing |
Sitecore Installation Framework |
HTTPS is enforced by default. |
Azure Toolkit |
HTTPS is enforced by default. |
If you have a separate xDB Processing role with HTTPS enabled, perform the following steps to enforce HTTPS.
Note
This step is not required for for the XP Single topology.
-
Open the
C:\path\to\sitecore\App_Config\Sitecore\Marketing.xDB\Sitecore.Xdb.Remote.Client.config
file and set therequireHttps
property to true as shown:RequestResponse<param desc="requireHttps" type="System.Boolean" factoryMethod="Parse" arg0="true" />
Note
HTTPS is enforced by default. To allow HTTP in a development environment, set requireHttps
to false. This is not recommended in a production environment.