#36 Heavy StartTLS connection load can randomly fail with err=1
Closed 4 years ago by tbordaz. Opened 4 years ago by tbordaz.

Under intensif starttls, some start-tls extop are failing.


The problem is reproducible but it may require a long time. The follow script reproduce it

#install an instance with secure connection enabled
while [ 1 ]
do
    LDAPTLS_CACERTDIR=/etc/dirsrv/slapd-localhost ldapsearch -xLLL -ZZ -D cn=dm -w redhat123 -b "" -s base dn &
    LDAPTLS_CACERTDIR=/etc/dirsrv/slapd-localhost ldapsearch -xLLL -ZZ -D cn=dm -w redhat123 -b "" -s base dn &
    LDAPTLS_CACERTDIR=/etc/dirsrv/slapd-localhost ldapsearch -xLLL -ZZ -D cn=dm -w redhat123 -b "" -s base dn
done

Current behavior:
We can see some connection failing during start-tls

Expected behavior:
All start-tls should succeed

Sorry.. hmmm I opened it on the wrong project :(

Metadata Update from @tbordaz:
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata