HTTP Strict Transport Security (HSTS) is a simple and widely supported standard to ensure that browsers always connect to a website over HTTPS. Using it, you can remove the need for the insecure practice of redirecting users from http:// to https:/// URLs.
Connecting to the Logger Web UI requires an HTTPS URL:
https://<hostname or IP address> for Logger Appliances.https://<hostname or IP address>:<configured_port> for Software Loggers.However, you may accidentally try to connect to Logger over HTTP instead of HTTPS, leaving you vulnerable to a man-in-the-middle attack. You can leverage Logger's support for HSTS to ensure that your browser always connects to Logger over HTTPS.
To enable HSTS:
On Logger, generate a Certificate Signing Request (CSR). See Generating a Certificate Signing Request (CSR) for the steps to generate the CSR.
n192-0-2-h24.server.yourco.com. In the browser, import the CA-signed certificate in your browser's trust store. Refer to your browser’s help for instructions on importing a trusted certificate.
For example, in Firefox 47.x, you would select Options from the
menu, click Advanced, click the Certificates tab, click View Certificate, click the Authorities tab, and click the Import button.
Close and restart the browser. You should now be able to connect to Logger using the following HTTP addresses:
http://<Logger FQDN> for Logger Appliances.http://<Logger FQDN>:<configured_port> for Software Loggers.Note: Be sure to use the Logger FQDN and not an IP address or hostname in the URL.