From a127f2d108bdf628c44e04184768a3bf85ba2fe2 Mon Sep 17 00:00:00 2001 From: Adriano Ramos Date: Wed, 30 Mar 2022 11:11:22 +0100 Subject: [PATCH] Added extra info regarding deployment zones If the customer enabled the **Use HTTPS for internal communications** field in a Deployment Zone, make sure that the address defined in the **Deployment Zone Address** field is covered by the certificate. --- src/enterprise/install/install-ssl-platform.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/enterprise/install/install-ssl-platform.md b/src/enterprise/install/install-ssl-platform.md index c4b3e51c7..5084570ba 100644 --- a/src/enterprise/install/install-ssl-platform.md +++ b/src/enterprise/install/install-ssl-platform.md @@ -197,9 +197,11 @@ After importing the root and intermediate certificates, you need to import the s Once you have installed the certificate, you are able to access your OutSystems applications using HTTPS. -If you want to force the redirection of all accesses from HTTP to HTTPS, perform the following action: +- If you enabled the **Use HTTPS for internal communications** field in a Deployment Zone, make sure that the address defined in the **Deployment Zone Address** field is covered by the certificate. More info regarding deployment zones in [this documentation](https://success.outsystems.com/Documentation/11/Managing_the_Applications_Lifecycle/Deploy_Applications/Selective_Deployment_Using_Deployment_Zones/Deployment_Zones_Reference). -* Starting with OutSystems 10, you can control this behavior in the same way as before in Web Applications, that is, at Flow or Screen level, but also [for the whole environment](https://success.outsystems.com/Documentation/11/Managing_the_Applications_Lifecycle/Secure_the_Applications/Enforce_HTTPS_Security), which applies to all Web Applications in the environment, or for specific Web Applications. This is done via LifeTime. +- If you want to force the redirection of all accesses from HTTP to HTTPS, perform the following action: + + * Starting with OutSystems 10, you can control this behavior in the same way as before in Web Applications, that is, at Flow or Screen level, but also [for the whole environment](https://success.outsystems.com/Documentation/11/Managing_the_Applications_Lifecycle/Secure_the_Applications/Enforce_HTTPS_Security), which applies to all Web Applications in the environment, or for specific Web Applications. This is done via LifeTime.