[mew-dist 27574] IMAP/TLS
Tetsuya Toda
toda at example.com
2007年 2月 19日 (月) 16:05:04 JST
こんには.
つい最近, IMAP を使いはじめたのですが,自分の環境で
IMAP/TLS を使おうとすると刺さってしまいます.
Index: mew-ssl.el
===================================================================
RCS file: /cvsmew/mew/mew-ssl.el,v
retrieving revision 1.44
diff -r1.44 mew-ssl.el
102c102
< (if tls (insert (format "protocol=%s\n" tls)))
---
> (if tls (insert (format "protocol=%s\nsslVersion=TLSv1\n" tls)))
このようにすると刺さらないのですが,これは Mew の問題なので
しょうか?それとも,stunnel もしくは imapd の問題なのでしょうか....
[環境]
o Mew 5.2.50
o stunnel 4.20
o courier-imap-4.1.2
[刺さる時の stunnel のログ]
....(略)....
2007.02.19 15:58:11 LOG7[30344:134651904]: 10529 bound to 127.0.0.1:10529
2007.02.19 15:58:11 LOG7[30344:134651904]: No pid file being created
2007.02.19 15:58:20 LOG7[30344:134654464]: Connection from 127.0.0.1:55068 permitted by libwrap
2007.02.19 15:58:20 LOG5[30344:134654464]: 10529 accepted connection from 127.0.0.1:55068
2007.02.19 15:58:20 LOG7[30344:134654464]: FD 7 in non-blocking mode
2007.02.19 15:58:20 LOG7[30344:134654464]: 10529 connecting hogehoge:143
....(略)....
2007.02.19 15:58:20 LOG7[30344:134654464]: -> stunnel STARTTLS
2007.02.19 15:58:20 LOG7[30344:134654464]: <- stunnel OK Begin SSL/TLS negotiation now.
2007.02.19 15:58:20 LOG5[30344:134654464]: Protocol negotiations succeeded
2007.02.19 15:58:20 LOG7[30344:134654464]: SSL state (connect): before/connect initialization
2007.02.19 15:58:20 LOG7[30344:134654464]: SSL state (connect): SSLv3 write client hello A
2007.02.19 15:58:20 LOG7[30344:134654464]: SSL alert (read): fatal: handshake failure
2007.02.19 15:58:20 LOG3[30344:134654464]: SSL_connect: 14094410: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure
よろしくお願いいたします.
戸田哲也 =^^=
Mew-dist メーリングリストの案内