unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* gnus + imap + ssl (windows)
@ 2003-02-25 19:32 Aaron Son
  2003-02-26  9:00 ` Matt
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Son @ 2003-02-25 19:32 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gnus + imap + ssl (windows)
  2003-02-25 19:32 gnus + imap + ssl (windows) Aaron Son
@ 2003-02-26  9:00 ` Matt
  0 siblings, 0 replies; 2+ messages in thread
From: Matt @ 2003-02-26  9:00 UTC (permalink / raw)


Aaron Son <aaronson@uiuc.edu.invalid> writes:

> 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

You might have better luck posting to gnu.emacs.gnus

-- 
Remove the X's to reply directly.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-02-26  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-25 19:32 gnus + imap + ssl (windows) Aaron Son
2003-02-26  9:00 ` Matt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).