Re: [exim] TLS Base64 unexpected header error

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] TLS Base64 unexpected header error
On 01/10/15 00:07, Yan Seiner wrote:
> I'm getting this error. I recently migrated from one server to another,
> and since then I am seeing this in my logs:
>
> TLS error on connection from xxxx(cert/key setup:
> cert=/etc/ssl/certs/mail_seiner_com.pem
> key=/etc/ssl/localkeys/mail.seiner.com/mail.seiner.com.key): Base64
> unexpected header error.
>
> I am running Exim4.82.


Do those file exist on the new system and have proper content?


This results from an error return when exim calls the GnuTLS routine

gnutls_certificate_set_x509_key_file()


>From reading the docs at http://gnutls.org/manual/gnutls.html it seems

it doesn't like the files it was handed. If you can't interpret from
your config and those docs what the issue is, I suggest asking on the
GnuTLS mailinglist: gnutls-help@???

--
Luck,
Jeremy