Bug ID 795345: SSL connection terminated is logged for each SSL connection

Last Modified: Apr 24, 2024

Affected Product(s):
BIG-IP LTM(all modules)

Known Affected Versions:
12.1.5, 12.1.5.1, 12.1.5.2, 12.1.5.3, 12.1.6, 13.0.0, 13.0.0 HF1, 13.0.0 HF2, 13.0.0 HF3, 13.0.1, 13.1.0, 13.1.0.1, 13.1.0.2, 13.1.0.3, 13.1.0.4, 13.1.0.5, 13.1.0.6, 13.1.0.7, 13.1.0.8, 13.1.1, 13.1.1.2, 13.1.1.3, 13.1.1.4, 13.1.1.5, 13.1.3, 13.1.3.1, 13.1.3.2, 13.1.3.3, 13.1.3.4, 13.1.3.5, 13.1.3.6, 13.1.4, 13.1.4.1, 13.1.5, 13.1.5.1, 14.0.0, 14.0.0.1, 14.0.0.2, 14.0.0.3, 14.0.0.4, 14.0.0.5, 14.0.1, 14.0.1.1, 14.1.0, 14.1.0.1, 14.1.0.2, 14.1.0.3, 14.1.0.5, 14.1.0.6, 14.1.2, 14.1.2.1, 14.1.2.2, 14.1.2.3, 14.1.2.4, 14.1.2.5, 14.1.2.6, 14.1.2.7, 14.1.2.8, 14.1.3, 14.1.3.1, 14.1.4, 14.1.4.1, 14.1.4.2, 14.1.4.3, 14.1.4.4, 14.1.4.5, 14.1.4.6, 14.1.5, 14.1.5.1, 14.1.5.2, 14.1.5.3, 14.1.5.4, 14.1.5.6, 15.0.0, 15.0.1, 15.0.1.1, 15.0.1.2, 15.0.1.3, 15.0.1.4, 15.1.0, 15.1.0.1, 15.1.0.2, 15.1.0.3, 15.1.0.4, 15.1.0.5, 15.1.1, 15.1.2, 15.1.2.1, 15.1.3, 15.1.3.1, 15.1.4, 15.1.4.1, 15.1.5, 15.1.5.1, 15.1.6, 15.1.6.1, 15.1.7, 15.1.8, 15.1.8.1, 15.1.8.2, 15.1.9, 15.1.9.1, 15.1.10, 15.1.10.2, 15.1.10.3, 15.1.10.4, 16.0.0, 16.0.0.1, 16.0.1, 16.0.1.1, 16.0.1.2, 16.1.0, 16.1.1, 16.1.2, 16.1.2.1, 16.1.2.2, 16.1.3, 16.1.3.1, 16.1.3.2, 16.1.3.3, 16.1.3.4, 16.1.3.5, 16.1.4, 16.1.4.1, 16.1.4.2, 16.1.4.3

Opened: Jun 19, 2019

Severity: 4-Minor

Symptoms

Messages are logged as log level 'warning' whenever an SSL connection is terminated and security.fips140.compliance is TRUE or security.commoncriteria is TRUE: -- warning tmm1[12345]: 01260020:4: SSL Connection terminated for TCP <ip_address1> <ip_address2>. These warning messages do not necessarily indicate an error condition; they indicate only that this connection has been terminated.

Impact

Cannot determine when unclean SSL-connection shutdown occurs. The system reports as 'warning' messages that potentially should be info-level messages. The messages in /var/log/ltm are generated as warnings regardless of an unclean or clean shutdown. The message should be under level 'info' if SSL connection terminates cleanly, and under level 'warning' if SSL connection terminates uncleanly.

Conditions

-- SSL is enabled and in use. -- Either db variable is TRUE: - security.fips140.compliance - security.commoncriteria Note: You cannot disable security.fips140.compliance as it depends on FIPS license. If you try to disable it, the system reports an error message: 01070734:3: Configuration error: Change to Security.FIPS140.Compliance DB variable not allowed without a corresponding change in the FIPS 140-2 Compliance license.

Workaround

Suppress the messages. You can find information on how to suppress specific log messages in K35284961: Filtering BIG-IP log messages :: https://support.f5.com/csp/article/K35284961, in the section: Creating a filter that prevents specific messages from being sent to the local log files.

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips