On June 5, 2010 at 12:57PM +0900, ishikawa (at hanzubon.jp) wrote: > Package: wl-beta > Version: 2.15.9+0.20100525-2 > Severity: important > > After upgrade to wl-beta 2.15.9+0.20100525-2, imaps connection does > not work with default setting. > > Of cause I know this version change to use gnutls instead of openssl, > but I found very few informations of it (I can find README.Debian to > describe with few lines about it). And I can not find what is need to > change my setting to use with gnutls instead of openssl anywhare. > > 1) Is it bug? or some extra settings are needed? > > 2) If it is a bug, please fix. > > 3) If it is not a bug, please describe extra settings we need to > switch to use gnutls in wl-beta documents.
As mentioned in README.Debian, the configration is already in the
startup file (/etc/emacs/site-start.d/*), so installing gnutls-bin
and ca-certificate is enough for wl-beta. If it does not work, it
may be a gnutls issue.
Please try the commands to diagnose.
Examples for imap.gmail.com:
- Default for wl-beta:
gnutls-cli --port 993 --x509cafile /etc/ssl/certs/ca-certificates.crt
imap.gmail.com
(Type Ctrl-C to break)
- To ignore certificates:
gnutls-cli --port 993 imap.gmail.com
- To debug:
gnutls-cli --debug 9 --port 993 --x509cafile
/etc/ssl/certs/ca-certificates.crt imap.gmail.com
gnutls-cli-debug --port 993 imap.gmail.com
Thanks,
--
Tatsuya Kinoshita
pgpQ4gDfUeflF.pgp
Description: PGP signature

