From: SourceForge.net <no...@so...> - 2012-05-18 18:17:42
|
Bugs item #3527994, was opened at 2012-05-18 11:17 Message generated for change (Tracker Item Submitted) made by pipping You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=586350&aid=3527994&group_id=88346 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Elias Pipping (pipping) Assigned to: Nobody/Anonymous (nobody) Summary: Problems with native gnutls Initial Comment: Ever since commit f54c1b54b308f38caac66ae567e5f64f6adc631c Author: Magnus Henoch <leg...@us...> Date: Tue May 15 22:39:43 2012 +0100 Support native GnuTLS for STARTTLS [..] I've found myself unable to connect to lavabit.com using starttls. Here's what I found in my message buffer: gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated. gnutls.el: (err=[-110] The TLS connection was non-properly terminated.) boot: (:priority NORMAL :hostname lavabit.com :loglevel 0 :min-prime-bits nil :trustfiles (/etc/ssl/certs/ca-certificates.crt) :crlfiles nil :keylist nil :verify-flags nil :verify-error t :verify-hostname-error t :callbacks nil) gnutls.c: [0] (Emacs) fatal error: The specified session has been invalidated for some reason. [100 times] ME...@la.../nil: connection lost: `connection broken by remote peer ' (where i replaced my username with ME) Here's the relevant part of my config: (setq jabber-account-list '(("ME...@la..." (:password . "PASSWORD") (:network-server . "lavabit.com") (:connection-type . starttls) (:port . 5222))) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=586350&aid=3527994&group_id=88346 |