SV-278399r1172775_rule
V-278399
SRG-APP-000389
NGNX-APP-001640
CAT II
10
Set the ssl_session_timeout directive to 15 or less.
Note: The default setting is five minutes and meets the control, but this STIG explicitly sets the variable to not rely on a default which may change in future versions.
Determine the path to NGINX config file(s):
nginx -qT | grep "# configuration"
# configuration file /etc/nginx/nginx.conf:
Note: The default NGINX configuration is "/etc/nginx/nginx.conf", though various files may also be included.
Examine the SSL configuration settings:
grep -R 'ssl_' /etc/nginx/nginx.conf
Verify that "ssl_session_timeout" is not set to greater than 15.
If "ssl_session_timeout" directive is missing or set to greater than 15, this is a finding.
V-278399
False
NGNX-APP-001640
Determine the path to NGINX config file(s):
nginx -qT | grep "# configuration"
# configuration file /etc/nginx/nginx.conf:
Note: The default NGINX configuration is "/etc/nginx/nginx.conf", though various files may also be included.
Examine the SSL configuration settings:
grep -R 'ssl_' /etc/nginx/nginx.conf
Verify that "ssl_session_timeout" is not set to greater than 15.
If "ssl_session_timeout" directive is missing or set to greater than 15, this is a finding.
M
5720