From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: Gnus with SSL on Windows 7 Date: Thu, 24 Mar 2011 11:55:11 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87wrjo5uhc.fsf@lifelogs.com> References: <87sjudreh5.fsf@lifelogs.com> <83wrjptbf6.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300988457 12866 80.91.229.12 (24 Mar 2011 17:40:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Mar 2011 17:40:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 24 18:40:51 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 1Q2oWf-0003Mt-MG for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Mar 2011 18:40:50 +0100 Original-Received: from localhost ([127.0.0.1]:34271 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2oWZ-00076f-PG for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Mar 2011 13:40:43 -0400 Original-Path: usenet.stanford.edu!news-transit.tcx.org.uk!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-X-Trace: news.albasani.net 7JLGPdQjf+RdutS2dsqmMDpWipzh+MZRRlug16Ut8xZxzcmfWxDZ1BzySDxU8+kacNtUwBdS67ixmk1WRNg3yex1tsrQSuy2WxueKi5QM5g3tv8+O0IDWLsiR3us5w7w Original-NNTP-Posting-Date: Thu, 24 Mar 2011 16:55:11 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="FqyExgy8Px32wrU/XyWKR+v7k4o0IwsNBf7cZnEF9LAiJCzc5MUN+8uVxW6M9FM1nQPzZOp3X2Iw4VasM7Rl396W1fCObUDsPpyI5s/4KciGvGf0zDXaAw0ncnxAfHUZ"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:fwQzgC3reJyuxTDNbFCRTOjBoZc= sha1:R9qPmEcYhB4RmALScZKH6XgpLJs= Original-Xref: usenet.stanford.edu gnu.emacs.help:186272 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:80402 Archived-At: On Thu, 24 Mar 2011 10:11:23 +0100 Deniz Dogan wrote: DD> Thanks, I was finally able to figure it out. The section "For DD> the impatient" could do with some improvement though, e.g. by DD> mentioning early on where the user can install cp.exe and other DD> coreutils. Maybe I'll write a patch for it some day. Excellent! The ChangeLog portion will probably fail (the Bazaar ChangeLog merge plugin may help, but honestly ChangeLogs are just a pain) but the rest of the patch should apply cleanly. With the patch, you *need* to (require 'gnutls) in your .emacs or .gnus.el before any connections are made. That's it; all network connections using SSL or opportunistic TLS should automatically use the C suppport through proto-stream.el magic. Set `gnutls-log-level' to 1 or higher to see what's happening in *Messages*, especially the certificate and hostname validation. I'd love to know if you notice any unusual behavior on W32. Sorry about the EAGAIN error repeated thousands of times, I've asked Claudio to fix it (you can remove it from gnutls.c yourself, of course). Ted