Customers may receive reports from a security scan that the vCenter Server Appliance Management Interface lacks the Strict Transport Security (HSTS) headers.
The lighttp daemon does not include these headers by default.
cp /etc/applmgmt/appliance/lighttpd.conf /etc/applmgmt/appliance/lighttpd.conf.bak/etc/applmgmt/appliance/lighttpd.conf file using vi.vi /etc/applmgmt/appliance/lighttpd.confsetenv.add-response-header = ( "X-UA-Compatible" => "IE=edge", "X-Frame-Options" => "Deny" )setenv.add-response-header = ( "X-UA-Compatible" => "IE=edge", "X-Frame-Options" => "Deny", "Strict-Transport-Security" => "max-age=31536000; includeSubDomains; preload" )systemctl restart vami-lighttp