[exim] TLS issue

Top Page
Delete this message
Reply to this message
Author: n-other@artel.kz
Date:  
To: exim-users
Subject: [exim] TLS issue
Hello, all.

right now I'm trying to implement SSL/TLS support for server, but when I try
to send the message, I got base 64 decoding error. here is output from debug
with +all

11:09:28 28586 SMTP>> MTA-HOST Hello MUA-HOST [MUA-IP]
11:09:28 28586 250-SIZE 52428800
11:09:28 28586 250-PIPELINING
11:09:28 28586 250-AUTH PLAIN LOGIN
11:09:28 28586 250-STARTTLS
11:09:28 28586 250 HELP
11:09:29 28586 SMTP<< STARTTLS
11:09:29 28586 ---0 Rst 0x811fc80    **      smtp_in.c  800 24600
11:09:29 28586 initializing GnuTLS as a server
11:09:29 28586 read RSA and D-H parameters from file
11:09:29 28586 initialized RSA and D-H parameters
11:09:29 28586 certificate file = /etc/exim4/exim.crt
11:09:29 28586 key file = /etc/exim4/exim.key
11:09:29 28586 ---0 Get 0x811fc80    72       string.c  349
11:09:29 28586 ---0 Get 0x811fcc8    32       string.c  349
11:09:29 28586 LOG: MAIN
11:09:29 28586   TLS error on connection from (MUA-HOST) [MUA-IP] (cert/key
setup: cert=/etc/exim4/exim.crt key=/etc/exim4/exim.key): Base64 decoding error.
11:09:29 28586 SMTP>> 454 TLS currently unavailable
11:09:33 28586 SMTP>> 421 MTA-HOST lost input connection


is it the problem of exim or gnutls? exim version is
exim -bV
Exim version 4.50 #1 built 17-Apr-2005 19:14:00
Copyright (c) University of Cambridge 2004
Berkeley DB: Sleepycat Software: Berkeley DB 4.2.52: (December 3, 2003)
Support for: iconv() IPv6 PAM Perl GnuTLS Content_Scanning Old_Demime
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb
dsearch ldap ldapdn ldapm mysql nis nis0 passwd pgsql
Authenticators: cram_md5 cyrus_sasl plaintext spa
Routers: accept dnslookup ipliteral iplookup manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Fixed never_users: 0


---
With Best Regards,
Roman Hlynovskiy