From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: weird gnutls issue on OSX Date: Wed, 29 Jun 2016 21:02:10 +0300 Message-ID: <83ziq3vpp9.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1467223401 865 80.91.229.3 (29 Jun 2016 18:03:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2016 18:03:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Yann Hodique Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 29 20:03:11 2016 Return-path: Envelope-to: ged-emacs-devel@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 1bIJpK-0006Ks-Cf for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2016 20:03:06 +0200 Original-Received: from localhost ([::1]:45247 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIJpJ-0003wy-L4 for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2016 14:03:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIJpE-0003wo-E3 for emacs-devel@gnu.org; Wed, 29 Jun 2016 14:03:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIJp9-0006Fx-E9 for emacs-devel@gnu.org; Wed, 29 Jun 2016 14:02:59 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:52998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIJp9-0006FJ-Al; Wed, 29 Jun 2016 14:02:55 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1406 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bIJp5-0006Cc-FR; Wed, 29 Jun 2016 14:02:54 -0400 In-reply-to: (message from Yann Hodique on Wed, 29 Jun 2016 09:51:23 -0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:204941 Archived-At: > From: Yann Hodique > Date: Wed, 29 Jun 2016 09:51:23 -0700 > > there seems to be an "interesting" issue going on around gnutls in the > master branch, at least for OSX. > https://github.com/sigma/gh.el/issues/73 provides some backstory > > but the short of it is this: with gnutls enabled, > (url-retrieve-synchronously "https://www.gnu.org") doesn't work, while > (url-retrieve-synchronously "https://www.google.com") does. FWIW, both work on MS-Windows with the latest master.