From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46049 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Questions on ognus-0.07 Date: Wed, 07 Aug 2002 17:28:24 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1028734246 4497 127.0.0.1 (7 Aug 2002 15:30:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 7 Aug 2002 15:30:46 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17cSlp-0001AQ-00 for ; Wed, 07 Aug 2002 17:30:45 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17cSk7-00071k-00; Wed, 07 Aug 2002 10:28:59 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 07 Aug 2002 10:29:28 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA25086 for ; Wed, 7 Aug 2002 10:29:13 -0500 (CDT) Original-Received: (qmail 794 invoked by alias); 7 Aug 2002 15:28:40 -0000 Original-Received: (qmail 789 invoked from network); 7 Aug 2002 15:28:39 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 7 Aug 2002 15:28:39 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.5/8.12.5) with ESMTP id g77FSNi2001525; Wed, 7 Aug 2002 17:28:23 +0200 Original-To: Peter.Weiss@germany.sun.com (Peter Weiss, Sun Microsystems, Germany) Mail-Copies-To: nobody X-Hashcash: 020807:Peter.Weiss@germany.sun.com:f0be19c58e1066d7 X-Hashcash: 020807:ding@gnus.org:925cbb090cdbf7b4 In-Reply-To: (Peter.Weiss@germany.sun.com's message of "Wed, 07 Aug 2002 14:21:33 +0200") Original-Lines: 34 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46049 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46049 Peter.Weiss@germany.sun.com (Peter Weiss, Sun Microsystems, Germany) writes: > 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? Is your OpenSSL installation working? Try running the command above on the command line, you should get a IMAP protocol prompt. If not, it is an OpenSSL problem.