STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 7 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to VMW vRealize Automation 7.x HA Proxy Security Technical Implementation Guide

V-240092

CAT II (Medium)

HAProxy must set the maxconn value.

Rule ID

SV-240092r879887_rule

STIG

VMW vRealize Automation 7.x HA Proxy Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-000366

Discussion

Limiting the total number of connections that a server is allowed to open prevents an attacker from overloading a web server. Overloading the server will prevent it from managing other tasks besides serving web requests. This setting works together with per-client limits to mitigate against DDoS attacks.

Check Content

At the command line execute the following command:
 
grep maxconn /etc/haproxy/haproxy.cfg
 
If the "maxconn" value is not set to "32768", this is a finding.

Fix Text

Navigate to and open /etc/haproxy/haproxy.cfg

Navigate to the "globals" section and add the following line:

maxconn 32768