FAQ: Does LogScale Support HTTP Strict Transport Security (HSTS)

LogScale does not natively support HSTS. To use HSTS with LogScale, use a Reverse Proxy configured to talk to HSTS with clients and HTTPS with LogScale:

graph LR; C["Client"] P["Proxy"] L["LogScale"] C <--HSTS--> P P <--HTTPS--> L

For more information on using a proxy with LogScale, see Installing Load Balancers.