Is there anything in Broadcom's LDAP server to restrict the SSL/TLS protocol to TLSv1.2 or higher?
book
Article ID: 191414
calendar_today
Updated On:
Products
ACF2ACF2 - DB2 OptionACF2 for zVMACF2 - z/OSACF2 - MISCLDAP SERVER FOR Z/OSTop Secret - LDAP
Issue/Introduction
Is there anything to restrict the ssl protocol to TLSv1.2 or higher, so the less secure v1 or v1.1 are not used?
Environment
Release : 15.1
Component : CA LDAP Server for z/OS
Resolution
LDAP uses TLSProtocolMin which specifies the minimum SSL/TLS protocol version that will be negotiated. When the server does not support at least this version, the SSL handshake fails.
Change the slapd.conf to set the TLSProtocolMin to TLS1.2.
Additional Information
Please see the documentation for further instructions.