bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#30252: 24.5; Rudel cannot join infinote over starttls


From: Noam Postavsky
Subject: bug#30252: 24.5; Rudel cannot join infinote over starttls
Date: Thu, 25 Jan 2018 15:00:27 -0500

On Thu, Jan 25, 2018 at 2:05 PM, Glenn Morris <rgm@gnu.org> wrote:

> A search finds
>
> https://sourceforge.net/p/rudel/issues/17/
>
> where the identical issue was reported six years ago.

There's a trivial patch there, maybe we should apply it?

--- rudel-tls.el 2010-02-01 18:19:09.000000000 -0500
+++ /home/mako/elisp/rudel-0.2-4/rudel-tls.el 2011-09-25
17:05:11.000000000 -0400
@@ -53,7 +53,7 @@
   :type  'file)

 (defcustom rudel-tls-client-arguments
-  "--starttls --kx ANON_DH --port %p %h"
+  "--starttls --priority NORMAL:+ANON-DH --port %p %h"
   "Arguments passed to the gnutls client program."
   :group 'rudel
   :type  'string)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]