HTTP Redirect
- Last UpdatedJun 28, 2024
- 1 minute read
The Plant SCADA Access Anywhere Secure Gateway Web server listens on port 80 by default. This way, HTTP references to the server will automatically redirect to the HTTPS URL.
Note: This feature only works if the Secure Gateway is listening on port 443. If it is configured to use any other port, the HTTP automatic redirect is not supported.
To enable this feature, select the option: Enable non-secured port for HTTPS auto-redirect.

Configure this feature in the EricomSecureGateway.exe.Config file using:
<add key="EnableNonSecuredPortForHttpsAutoRedirect" value="false" />