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.


 * Only one error message is shown (bellow):
 Cannot open: elmo-network-initialize-session


 * gnutls-bin and ca-certificates is installed

ii  gnutls-bin     2.8.6-1        the GNU TLS library - commandline utilities
ii  ca-certificate 20090814       Common CA certificates



 * starttls is installed (but I don't use stattls on the imap server)

ii  starttls       0.10-3         TLS encryption helper program



 * imaps with openssl instead of gnutls (commented out
   ssl-program-name and ssl-program-arguments about gnutls and
   restore openssl related line in 65wl-beta.el likes bellow) is
   works fine.

--- /etc/emacs/site-start.d/65wl-beta.el.orig   2010-06-05 12:46:01.000000000 
+0900
+++ /etc/emacs/site-start.d/65wl-beta.el        2010-06-05 12:46:19.000000000 
+0900
@@ -30,15 +30,15 @@
     (setq wl-icon-directory "/usr/share/pixmaps/wl/")
     (setq ssl-certificate-directory "/etc/ssl/certs")
     (setq ssl-certificate-verification-policy 3)
-    (setq ssl-program-name "gnutls-cli")
+;;    (setq ssl-program-name "gnutls-cli")
+;;    (setq ssl-program-arguments
+;;       '("--port" service "--x509cafile"
+;;         "/etc/ssl/certs/ca-certificates.crt" host))
+    (setq ssl-program-name "openssl")
     (setq ssl-program-arguments
-         '("--port" service "--x509cafile"
-           "/etc/ssl/certs/ca-certificates.crt" host))
-;;;    (setq ssl-program-name "openssl")
-;;;    (setq ssl-program-arguments
-;;;      '("s_client" "-quiet" "-host" host "-port" service
-;;;        "-verify" (int-to-string ssl-certificate-verification-policy)
-;;;        "-CApath" ssl-certificate-directory))
+         '("s_client" "-quiet" "-host" host "-port" service
+           "-verify" (int-to-string ssl-certificate-verification-policy)
+           "-CApath" ssl-certificate-directory))
     (setq wl-auto-save-drafts-interval nil)
     (setq elmo-archive-tar-method-alist
          '((ls    . ("tar" "-tf"))

-- 
いしかわ むつみ
 <ishik...@debian.org>, <ishik...@hanzubon.jp>, <ishik...@osdn.jp>



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to