Hi, all ,
I'm trying to settup POP3 over SSL with outlook/outlook express.
and I would appreciate some help.
system
sun solaris 2.6
qpopper 4.0.3 (latest stable)
openssl 0.9.6c
configure with
./configure --with-openssl --enable-timing \
--enable-debugging --enable-auth-file=/etc/pop.allow
it compiles without error. then first I testd normal POP3
session,i It works fine. next I want enable a SSL session.
service enabled in /etc/inetd.conf
spop3 stream tcp nowait root /usr/local/sbin/popper qpopper -d -t
/var/adm/qpopper.log -s -f /etc/mail/pop/qpopper.config
#pop3 and spop3 are defined /etc/services
spop3 995/tcp # PostOfficeProtocol 3 over SSL
qpopper.config :
set tls-support = alternate-port
set tls-server-cert-file = /etc/mail/certs/cert.pem
telnet localhost 995 give me the qpop3 banner, however client connection
failed.
[jason@flounder jason]$ openssl s_client -connect localhost:995 -state -debug
CONNECTED(00000003)
SSL_connect:before/connect initialization
write to 00156F08 [00158FD0] (130 bytes => 130 (0x82))
0000 - 80 80 01 03 01 00 57 00-00 00 20 00 00 16 00 00 ......W... .....
0010 - 13 00 00 0a 07 00 c0 00-00 66 00 00 07 00 00 05 .........f......
0020 - 00 00 04 05 00 80 03 00-80 01 00 80 08 00 80 00 ................
0030 - 00 65 00 00 64 00 00 63-00 00 62 00 00 61 00 00 .e..d..c..b..a..
0040 - 60 00 00 15 00 00 12 00-00 09 06 00 40 00 00 14 `...........@...
0050 - 00 00 11 00 00 08 00 00-06 00 00 03 04 00 80 02 ................
0060 - 00 80 47 8c fc 3c cb 46-80 c5 47 ba 2c 65 9e a4 ..G..<.F..G.,e..
0070 - 38 b5 ac b7 0e cf dd 11-35 c6 18 08 81 3d 81 54 8.......5....=.T
0080 - be 39 .9
SSL_connect:SSLv2/v3 write client hello A
read from 00156F08 [0015E530] (7 bytes => 7 (0x7))
0000 - 2b 4f 4b 20 51 70 6f +OK Qpo
SSL_connect:error in SSLv2/v3 read server hello A
13787:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
protocol:s23_clnt.c:460:
can somebody help explain what does this error message means.
Thanks,
jason