19 Dec
2024
19 Dec
'24
2:31 p.m.
On 19/12/2024 14:25 EET Marc via dovecot <dovecot@dovecot.org> wrote:
What is the best way to get rid of this message? I think clients
start generating after ssl crt update.
This usually means you forgot to use fullchain cert. This is coming from clients telling you they don't like your certificate.
openssl s_client -connect xxxxxxxxx:143 -starttls imap
this returns Verify return code: 0 (ok)
Should I test this differently?
Even if I check on the host directly [@ certs]# openssl verify xxxxx.crt /xxxx.crt: OK
Well, can't really say much since you're not really providing any details.
Aki