Hello ;)
We are successfully running perdition, however in times of high load
some SSL connections to perdition fail. Some work, but some do not. This
leads to clients having to retry. It resolves itself when load is
lessened.
> openssl s_client -connect imap.server:993
CONNECTED(00000004)
write:errno=104
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 176 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
Protocol : TLSv1.2
Cipher : 0000
Session-ID:
Session-ID-ctx:
Master-Key:
PSK identity: None
PSK identity hint: None
SRP username: None
Start Time: 1523867288
Timeout : 7200 (sec)
Verify return code: 0 (ok)
Extended master secret: no
---
Any ideas on how to debug this?
Thanks for any help,
Peter