From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Aaron Son Newsgroups: gmane.emacs.help Subject: gnus + imap + ssl (windows) Date: 25 Feb 2003 13:32:21 -0600 Organization: University of Illinois at Urbana-Champaign Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046201969 31627 80.91.224.249 (25 Feb 2003 19:39:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 25 Feb 2003 19:39:29 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18nkub-0008BL-00 for ; Tue, 25 Feb 2003 20:38:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18nkt5-0001Wm-08 for gnu-help-gnu-emacs@m.gmane.org; Tue, 25 Feb 2003 14:37:11 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.uchicago.edu!vixen.cso.uiuc.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-NNTP-Posting-Host: 130.126.71.148 Original-X-Complaints-To: abuse@uiuc.edu Original-X-Trace: vixen.cso.uiuc.edu 1046201229 130.126.71.148 (Tue, 25 Feb 2003 13:27:09 CST) Original-NNTP-Posting-Date: Tue, 25 Feb 2003 13:27:09 CST Original-Xref: shelby.stanford.edu gnu.emacs.help:110609 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7111 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7111 Ok, this is NT Emacs 21.2.1, with gnus v5.9.0 I'm trying to get gnus to work on an imap account of mine. Server access is restricted to SSL connections. I've compiled and installed openssl on the windows machine, and it's corrently in the path. I've added the following to my .gnus file: (setq gnus-secondary-select-methods '((nnimap "aaronsonUIUC" (nnimap-address "express.cites.uiuc.edu") (nnimap-stream ssl)))) When I type "M-x gnus", I get the following in the *Message* buffer: Reading c:/Documents and Settings/Aaron/Home/.newsrc.eld... Reading active file from news.cso.uiuc.edu via nntp... Reading active file from aaronsonUIUC via nnimap... Opening nnimap server on aaronsonUIUC... imap: Connecting to express.cites.uiuc.edu... imap: Opening SSL connection with `openssl s_client -ssl3 -connect %s:%p'... imap: Opening SSL connection with `openssl s_client -ssl2 -connect %s:%p'... imap: Opening SSL connection with `s_client -ssl3 -connect %s:%p'... imap: Opening SSL connection with `s_client -ssl2 -connect %s:%p'... imap: Opening SSL connection with `nil'...failed imap: Connecting to express.cites.uiuc.edu...failed Opening nnimap server on aaronsonUIUC... Denied server Now, for some reason, it's not opening the SSL connection. If I go to the command line and type in the first command (openssl s_client -ssl3 -connect express.cites.uiuc.edu:993), it works perfectly. Basically, what do I need to do to make it all work? Thanks in advance. --Aaron