Re: SSL Certificate
Niels Dettenbach via Info-cyrus <[email protected]>
| Newsgroups | gmane.mail.imap.cyrus |
|---|---|
| Organization | Syndicat IT&Internet |
| Message-ID | <87077410.2smI3aWrcp@gongo> |
Am Freitag, 25. November 2016, 14:46:12 schrieb Ken Smith via Info-cyrus: > unable to get certificate from > '/etc/pki/tls/cyrus-imapd/2_imap2.kensnet.net.pem' what's your ssl/tls config in imapd.conf? Did you copied the key content as text with a mouse over text terminals or so? You need at least: tlscache_db: ... tls_cert_file: ... tls_key_file ... tls_ca_file: ... on some systems the: tls_ca_path: seems required too (to point where your root certs are to find). and (optionally) for security details: tls_cipher_list: tls_session_timeout: I remember struggling with some cross-chain certified certificate in the past on a linux system - i solved that by recreate the ca file Check with openssl s_client against your apache, what he is delivering on SSL and compare to your certificate chain you installed / use in cyrus. hth, good luck so far and best regards, Niels. -- --- Niels Dettenbach Syndicat IT & Internet http://www.syndicat.com PGP: https://syndicat.com/pub_key.asc --- ---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEen+3H2N8RDyGzUZnDbtaiEWSKkQFAlg4UjgACgkQDbtaiEWS KkQCCxAAux913L2mBthjImQpi5buhxLMbZY7uZZFYA8b2yauVPI0NNreSGaJoAtY b74mH0Kkaz523wgl/ALkie6Ya7MZ+459dSo/DncowiwoPpFEBH5qxqYWSWXm7xQn n21pCkUf8ummSWcpsCUUXZKernY4T9Zg1V/PZh9vaPL+3bgAjB+g1BvH/rp3b72u Ez+Llnk54uHoQ3wyuZn493P9vdCNjcFquEwhQCcuHdVnG2pmaPESqMSkuAchLS3v aZF+JWjxvobMHVL+jIilhnPDFWtHiBQRlxJfSeqo9qR4fSkunCdynkakcqpYEhbV RqDOIkSNnUmlcMGK5f8MHhbQiZ1iPkQw7ifb87eDOfh2BftS2DjF9rCEXM9ZfnPn Qd2mVXhcUx8IWZ3bqfy48tOagDaLN245vUS6UuAx76CLe6HlZF9aIkpHi/SMzPoE AmhEeNGej5bhmb7TkQjPVqGGCv9i8fiQI/dTD8GDUB/xCI6i3ayEriJFYLCaW9Rl m0su19dubgpQUFMnnyJjw/f+MJhDNXxIQ8IdVG1+EvjMktSlFGdi6b1lTHhhLR/I NGQ88GimX6Q6x/cmNTHyVwD///Hnrx36KFN6PRSdQ/qzg6RjsXGg4l2/Ma1GicZ1 c75yv5dnV3VgQY5Y1hLKYO6PDEJArHn1IDqPCr1qvcgpFYDVTXw= =E9s5 -----END PGP SIGNATURE-----