I am running cyrus on debian 12.
Under "SERVICES {}" in cyrus.conf. I have what debian has:
""""""""""""""""""""""
https cmd="httpd -s -U 30" listen="8443" prefork=0 maxchild=100
""""""""""""""""""""""
And in imapd.conf I put
"""""""""""""""""
httpmodules: caldav freebusy ischedule domainkey carddav tzdist webdav
""""""""""""""""""
I gave to "tls_server_cert" and "tls_server_key" a cert from let's encrypt.
Imaps is working well, as expected, but look this:
"""""""""""""""""""""""""""
# openssl s_client -connect 10.2x5.eu:8443 -showcerts
CONNECTED(00000003)
34371153920:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:/usr/src/crypto/openssl/ssl/record/ssl3_record.c:332:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 5 bytes and written 313 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
---
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Any hint what to do?
Thanks
Rod.