Gnus development mailing list
 help / color / mirror / Atom feed
From: Peter.Weiss@germany.sun.com (Peter Weiss, Sun Microsystems, Germany)
Subject: Re: Questions on ognus-0.07
Date: Wed, 07 Aug 2002 14:21:33 +0200	[thread overview]
Message-ID: <xpxybs8ezwoi.fsf@Germany.Sun.com> (raw)
In-Reply-To: <iluvg6mewus.fsf@latte.josefsson.org>

>>>>> On Wed, 07 Aug 2002 13:23:23 +0200, Simon Josefsson <jas@extundo.com> said:

Simon> Peter.Weiss@germany.sun.com (Peter Weiss, Sun Microsystems, Germany) writes:
>> o Imap Access over SSL:
>> 
>> Is there a way to retrieve an imap box with client X.509
>> authentification over a local ssl connection tunneled through https?
>> 
>> I've tried the following:
>> 
>> (nnimap "Class"
>> (nnimap-address "localhost")
>> (nnimap-server-port 9993)
>> (nnimap-stream ssl))
>> 
>> But I only get the error message:
>> 
>> Reading active file from Class via nnimap...
>> Opening nnimap server on Class...
>> Denied server
>> Opening nnimap server on Class...failed

Simon> You must install OpenSSL and ssl.el from, e.g., W3.

Thanks, this sounds optimistic!

I installed Version: 1.2 of ssl.el which looks a bit out of date, but anyway.

Now I get in the message buffer:

Opening nnimap server on Class...
imap: Connecting to localhost...
Loading cl-macs...done
imap: Opening SSL connection with `openssl s_client -quiet -ssl3 -connect %s:%p'...
imap: Opening SSL connection with `openssl s_client -quiet -ssl2 -connect %s:%p'...
imap: Connecting to localhost...failed
Opening nnimap server on Class...failed

From the process list I see openssl getting started:

    11179 /bin/sh -c openssl s_client -quiet -ssl2 -connect localhost:9993
      11180 openssl s_client -quiet -ssl2 -connect localhost:9993

Trussing openssl gives:

poll(0xFFBEEF40, 2, -1)         (sleeping...)
poll(0xFFBEEF40, 2, -1)                         = 1
read(4, 0x00171438, 2)                          = 0
getpid()                                        = 11231 [11230]
getpid()                                        = 11231 [11230]
getpid()                                        = 11231 [11230]
getpid()                                        = 11231 [11230]
getpid()                                        = 11231 [11230]
shutdown(4, 0, 1)                               = 0
close(4)                                        = 0
getpid()                                        = 11231 [11230]
getpid()                                        = 11231 [11230]
llseek(0, 0, SEEK_CUR)                          Err#29 ESPIPE
_exit(0)

From my https wrapper I see some traffic going in both directions, that dies
after a while, than nothing seems to happen, no password interaction is
prompted.

Any further hints?

     Peter

-- 
Consultant der CLASS AG   http://www.class.de
Professional Services
mobil +49 (0) 172/837 91 25
mailto:Peter.Weiss@class.de



  reply	other threads:[~2002-08-07 12:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-07 11:03 Peter Weiss, Sun Microsystems, Germany
2002-08-07 11:17 ` Kai Großjohann
2002-08-07 11:23 ` Simon Josefsson
2002-08-07 12:21   ` Peter Weiss, Sun Microsystems, Germany [this message]
2002-08-07 15:28     ` Simon Josefsson
2002-08-12 11:36       ` Peter Weiss, Sun Microsystems, Germany
2002-08-12 12:42         ` Peter Weiss, Sun Microsystems, Germany

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=xpxybs8ezwoi.fsf@Germany.Sun.com \
    --to=peter.weiss@germany.sun.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).