From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: Call to `openssl` causes Emacs to freeze Date: Tue, 18 Aug 2015 22:11:17 +1000 Message-ID: <87egj0aja2.fsf@gmail.com> References: <87pp2msknh.fsf@gmail.com> <20150817062605.GC17453@tuxteam.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1439907609 23808 80.91.229.3 (18 Aug 2015 14:20:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Aug 2015 14:20:09 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 18 16:20:09 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZRhkG-0002dx-2x for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Aug 2015 16:20:08 +0200 Original-Received: from localhost ([::1]:57123 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRhCa-0000FW-Eq for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Aug 2015 09:45:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRfjj-00033V-Lz for help-gnu-emacs@gnu.org; Tue, 18 Aug 2015 08:11:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRfjg-0007tv-Ab for help-gnu-emacs@gnu.org; Tue, 18 Aug 2015 08:11:27 -0400 Original-Received: from mail-pd0-x235.google.com ([2607:f8b0:400e:c02::235]:36098) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRfjg-0007tQ-13 for help-gnu-emacs@gnu.org; Tue, 18 Aug 2015 08:11:24 -0400 Original-Received: by pdbmi9 with SMTP id mi9so27011476pdb.3 for ; Tue, 18 Aug 2015 05:11:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type; bh=Icky5gwC1YlYDquMl92xIrpSLVc4uaEoEV41Dys2uBU=; b=y10eag4I2Ftjx1OEHB7KHA1vIw41hpxAWoZQe9iRYyc3jwCXWazaZdFmhqGu6/23a/ FGhtFKgDB8KyzcsEZeZZj7RkfKy1jycEdHHSf80URIB9AGEKwkPnJcQxs+SFzepn86CF ubh+/BDLdTaesJGi16i/8rW+XgUnBNIuVYlJpmFAMW761jZqXMOeDDFsiPA4EWmlIIuD mXO9/0JLhBDgw6pzbpfFnBOdtxhdUYcnY5/cxAOC2NdtVVO/PWNGVrauN3twDC00AOfw XAUIEg+7TeWxFXPO7SqYgR9K5U8SU4niQhtbaBdzWrGR59ndK3/JfwTSHuFqWxZ1qe6k w2DQ== X-Received: by 10.70.22.98 with SMTP id c2mr2025583pdf.115.1439899882654; Tue, 18 Aug 2015 05:11:22 -0700 (PDT) Original-Received: from localhost (ppp118-209-122-14.lns20.mel4.internode.on.net. [118.209.122.14]) by smtp.gmail.com with ESMTPSA id da6sm17988975pdb.22.2015.08.18.05.11.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Aug 2015 05:11:21 -0700 (PDT) In-reply-to: <20150817062605.GC17453@tuxteam.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::235 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106673 Archived-At: tomas@tuxteam.de writes: > Only indirectly related, but I had similar experiences accessing > https things. Gnutls-cli failed in my case, my best bet was > compiled-in TLS support. So if you are compiling your Emacs > yourself anyway, I'd strongly recommend using that: resorting to > an external program (openssl or gnutls-bin) makes some things > difficult for the application. Thanks for the suggestion! i've just recompiled after having installed the `gnutls-dev` package - will see how that goes. :-) Alexis.