Gary Stainburn via Exim-users <exim-users@exim.org> (Mo 27 Feb 2023 11:21:56 CET): > > However, when I install the new files I get SSL errors. > > TLS error on connection from mail14.atl281.mcsv.net [198.2.143.14] > (SSL_CTX_use_PrivateKey_file file=/etc/pki/tls/certs/ringways.co.uk.key): > error:0906D06C:PEM routines:PEM_read_bio:no start line
Try openssl rsa -in /etc/pki/tls/certs/ringways.co.uk.key -noout If should read the key, if it works, try the same as the Exim runtime user sudo -u $(exim -n -bP exim_user) openssl rsa -in /etc/pki/tls/certs/ringways.co.uk.key -noout both commands must not produce any error message, in fact, they must not produce any output. -- Heiko
signature.asc
Description: PGP signature
-- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/