From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.help Subject: Re: gnutls and Emacs on Windows Date: Wed, 09 Feb 2011 23:09:22 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1297285823 13002 80.91.229.12 (9 Feb 2011 21:10:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Feb 2011 21:10:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 09 22:10:19 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PnHIm-0004Ja-0x for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Feb 2011 22:10:16 +0100 Original-Received: from localhost ([127.0.0.1]:45704 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnHIm-0007wc-Hb for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Feb 2011 16:10:16 -0500 Original-Received: from [140.186.70.92] (port=41303 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnHIM-0007wX-3x for help-gnu-emacs@gnu.org; Wed, 09 Feb 2011 16:09:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnHIJ-000223-M6 for help-gnu-emacs@gnu.org; Wed, 09 Feb 2011 16:09:48 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:45320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnHIJ-00021h-BO for help-gnu-emacs@gnu.org; Wed, 09 Feb 2011 16:09:47 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PnHID-0003oD-2Y for help-gnu-emacs@gnu.org; Wed, 09 Feb 2011 22:09:41 +0100 Original-Received: from 94-248-56-161.dynamic.peoplenet.ua ([94.248.56.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Feb 2011 22:09:41 +0100 Original-Received: from gavenkoa by 94-248-56-161.dynamic.peoplenet.ua with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Feb 2011 22:09:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 49 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 94-248-56-161.dynamic.peoplenet.ua User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79050 Archived-At: On 2011-02-08 11:56, Gary wrote: > When using jabberEl in my normal emacs (Cygwin nox build) I see the > following when I (successfully) connect: > ,---- > | Opening TLS connection to `talk.google.com'... > | Opening TLS connection with `gnutls-cli -p 5223 talk.google.com'...done > | Opening TLS connection to `talk.google.com'...done > `---- > > but the same config in the Windows build (see sig) produces: > ,---- > | Opening TLS connection to `talk.google.com'... > | Opening TLS connection with `gnutls-cli -p 5223 talk.google.com'...failed > | Opening TLS connection with `gnutls-cli -p 5223 talk.google.com --protocols ssl3'...failed > | Opening TLS connection with `openssl s_client -connect talk.google.com:5223 -no_ssl2 -ign_eof'...failed > | Opening TLS connection to `talk.google.com'...failed > `---- > > I suspect I need to install some other gnutls build or something like > that? > > Can I use the already installed Cygwin gnutls "stuff"? > > Is there an alternative to gnutls if none of that works (I think I can > use openssl, but haven't even looked at how that might work with the > Windows build yet). > > Has anyone come up against gnutls problems using the Windows binary and > can point me in the right direction? > I spend a lot of time to make work jabber.el with GTalk. Native/Cygwin 'openssl' have hard resolve problem with Emacs (for me xD, don't remember what). So I try 'gnutls'. Before get working setup I try different native build of 'gnutls' without happiness with a lot of weeks of tries. Look for data in my ask for help :) http://thread.gmane.org/gmane.emacs.jabber.general/923/focus=940 On emacswiki page I read about success with Cygwin 'gnutls'. And I decide remove all hardly unite in friendship native ports and install Cygwin. And all work as on Linux! So I recommend use Cygwin instead of learning GDB! -- Best regards!