all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aaron Son <aaronson@uiuc.edu.invalid>
Subject: gnus + imap + ssl (windows)
Date: 25 Feb 2003 13:32:21 -0600	[thread overview]
Message-ID: <uisv86tru.fsf@uiuc.edu.invalid> (raw)

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

             reply	other threads:[~2003-02-25 19:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-25 19:32 Aaron Son [this message]
2003-02-26  9:00 ` gnus + imap + ssl (windows) Matt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uisv86tru.fsf@uiuc.edu.invalid \
    --to=aaronson@uiuc.edu.invalid \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.