Vulnerability scanner found HSTS Missing From HTTPS Server (RFC 6797)
Configuration is missing from cb.server.custom, or another application is responding without HSTS.
openssl s_client -connect servername:443 -quietGET / HTTP/1.1
Host: servernameadd_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;/usr/share/cb/cbservice cb-nginx restart