Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Subject: Re: gnus + imap + ssl...
Date: Tue, 25 Feb 2003 23:15:06 +0100	[thread overview]
Message-ID: <ilu1y1w57o5.fsf@latte.josefsson.org> (raw)
In-Reply-To: <uadgk14ix.fsf@uiuc.edu.invalid>

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

> This was posted in gnu.emacs.help as well:
>
> 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.

Is openssl on the search path that emacs uses to invoke applications?


           reply	other threads:[~2003-02-25 22:15 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <uadgk14ix.fsf@uiuc.edu.invalid>]

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=ilu1y1w57o5.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    /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.
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 NNTP newsgroup(s).