On 2/11/2016 5:44 PM, Joshua J. Kugler wrote:
> Cross post from the ansible list, to see if anyone here has any clue
> 
> Ansible 2.0.0.2
> Control host: Ubuntu 14.04
> Controlled host: CentOS 6
<cut>

Hello,

could be unrelated, but check if the server crashes from TLS 1.2
connections. I had this issue a month ago:

# This crashes the server
openssl s_client -connect ldap:636 -tls1_2
# This should be fine:
openssl s_client -connect ldap:636 -tls1 / or -tls1_1

If it crashes, put this line in /etc/sysconfig/dirsrv and restart the
server:

export NSS_DISABLE_HW_GCM=1


Maybe there is a connection from a machine that tries to use TLS 1.2 by
default and it crashes the server.
--
389 users mailing list
389-users@%(host_name)s
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to