PDA

View Full Version : TLS connection failed


unplug
03-23-2005, 04:41 AM
Hi all,

After installing qmail, I try to test it as follow but error found.

[root@abc bin]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 Welcome to Qmail Toaster Ver. 1.2 smtp Server ESMTP
ehlo localhost
250-Welcome to Qmail Toaster Ver. 1.2 smtp Server
250-STARTTLS
250-PIPELINING
250-8BITMIME
250 AUTH LOGIN PLAIN CRAM-MD5
starttls
220 ready for tls
quit
quit
454 TLS connection failed: error:140760FC:SSL
routines:SSL23_GET_CLIENT_HELLO:unknown protocol (#4.3.0)
Connection closed by foreign host.

What is the problem mean? How can I fix it? I can't send mail thro'
thunderbird. Is it related to that error?

Thanks for help.
unplug

ValeruS
03-23-2005, 09:42 AM
You install qmail from qmailtoaster.com rpm package ....

p://www.qmailtoaster.com/info/stable.txt

7 - Make certs and keys for TLS:

unplug
03-24-2005, 02:34 AM
Yes ... it is rpm from qmailtoaster.
I have made servercert.pem and a link clientcert.pem of qmail.
But the error also existed.
I wonder why it shows "unknown protocol".