From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.help Subject: Gnus with SSL on Windows 7 Date: Wed, 23 Mar 2011 10:24:39 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1300872513 1628 80.91.229.12 (23 Mar 2011 09:28:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Mar 2011 09:28:33 +0000 (UTC) To: emacs-help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 23 10:28:29 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 1Q2KMe-00018Q-II for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Mar 2011 10:28:28 +0100 Original-Received: from localhost ([127.0.0.1]:55186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2KMd-0000IG-Ak for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Mar 2011 05:28:27 -0400 Original-Received: from [140.186.70.92] (port=48845 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2KJL-0007A4-9h for help-gnu-emacs@gnu.org; Wed, 23 Mar 2011 05:25:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2KJI-0000aM-IU for help-gnu-emacs@gnu.org; Wed, 23 Mar 2011 05:25:01 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:46455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2KJI-0000aE-FX for help-gnu-emacs@gnu.org; Wed, 23 Mar 2011 05:25:00 -0400 Original-Received: by iwl42 with SMTP id 42so10901263iwl.0 for ; Wed, 23 Mar 2011 02:24:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=8GznxHzw3GbnKR9wuk0AvKAZ+v/RwlARBkxEnpp6NSs=; b=nXxe9colOj02hJVzOT5zn13V8qZyCBK3gVHm1xWiC/6Y3UGy0gQaggYwh/sV6PdUOh SoAsuVgFX5zwdeFtNrBLiaQiiQS9ckfnu6aeM3mEVA5/y6YXb/QHHYTCfLZ4R/aEP8OK SypD/YN99NfduJ62fbRaTvi6sHHC+OPPwJdOY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=IZ3eSiNWwnlPRb/cC+tngrUUNmkoF9N0WokeRA5TXHbc7fx2fXusxKoBrisGP+2Pm/ yX81CXw1/PqD5mRAAQifWdT1XjaOwwni+/fzaz9UdI2tbmdSbKR4lw8BAlUnYG6WewU2 gyY8XstCKoHIqaAsCrCtgbNeMtA6fVy1aJt4g= Original-Received: by 10.231.31.195 with SMTP id z3mr6497775ibc.182.1300872299134; Wed, 23 Mar 2011 02:24:59 -0700 (PDT) Original-Received: by 10.231.199.200 with HTTP; Wed, 23 Mar 2011 02:24:39 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.169 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:80333 Archived-At: I'm trying to set up Gnus on a Windows 7 system. I've come a This is my entire Gnus configuration: ---- (require 'gnus) (setq gnus-select-method '(nnimap "fripost" (nnimap-address "imap.fripost.org") (nnimap-server-port 993) (nnimap-stream ssl))) ---- I've installed OpenSSL 1.0.0 for Windows and customized the variable `tls-program' as such: ---- '(tls-program ("C:/openssl-win32/bin/openssl.exe s_client -connect %h:%p -no_ssl2 -ign_eof")) ---- I have my authentication credentials in ~/.authinfo. When I do M-x gnus, Emacs connects and displays a few successful messages in the echo area but then just hangs until I C-g. This is the content of the buffer named *nnimap imap.fripost.org 993 *nntpd**: ---- * OK Dovecot ready.^M ---- Then after a while this comes up: ---- * BYE Disconnected for inactivity.^M done^M depth=0 CN = imap.fripost.org^M verify error:num=20:unable to get local issuer certificate^M verify return:1^M depth=0 CN = imap.fripost.org^M verify error:num=27:certificate not trusted^M verify return:1^M depth=0 CN = imap.fripost.org^M verify error:num=21:unable to verify the first certificate^M verify return:1^M read:errno=0^M Process *nnimap* finished ---- Note that the buffer of course doesn't contain the letters "^M", I merely translated the "C-q C-m" character to avoid any encoding issues that may or may not occur. So any ideas what I'm doing wrong? -- Deniz Dogan