Configure HTTPS redirection - Amplia Reg
If you have a valid SSL certificate for your Amplia Reg on-premises instance and have enabled SSL, you may want to redirect users reaching your instance through HTTP to the HTTPS endpoint.
To enable HTTPS redirection, change the section Bindings of the JSON configuration file:
- HttpsMode: set to
RedirectPages
- SslPort: if your HTTPS endpoint is not on port 443, set the port here
Example (.ini or .conf file):
[Bindings]
HttpsMode=RedirectPages
SslPort=8443
Example (environment variables):
Bindings__HttpsMode=RedirectPages
Bindings__SslPort=8443