On Sat, Nov 15, 2003 at 09:09:37PM -0800, Sriram R wrote: > Can some one detail the steps to enable verbose debug on the openssl server. > I added debug option ..but that did not give me enough info to further investigate. > I get accept errors as attached below. > > Any help is greatly appreciated.
Are you sure client talks SSL? Looks plain TCP to me > -Sriram > > Note: forwarded message attached. > > > --------------------------------- > Do you Yahoo!? > Protect your identity with Yahoo! Mail AddressGuard > X-Apparently-To: [EMAIL PROTECTED] via 216.136.173.105; Wed, 12 Nov 2003 06:02:40 > -0800 > Return-Path: <[EMAIL PROTECTED]> > Received: from 195.27.130.252 (EHLO mmx.engelschall.com) (195.27.130.252) > by mta138.mail.scd.yahoo.com with SMTP; Wed, 12 Nov 2003 06:02:34 -0800 > Received: by mmx.engelschall.com (Postfix) > id EEC53193F8; Wed, 12 Nov 2003 15:02:25 +0100 (CET) > Received: from master.openssl.org (master.openssl.org [195.27.176.155]) > by mmx.engelschall.com (Postfix) with ESMTP id CD9C9193EC > for <[EMAIL PROTECTED]>; Wed, 12 Nov 2003 15:02:25 +0100 (CET) > Received: by master.openssl.org (Postfix) > id CDCA0203F1A; Wed, 12 Nov 2003 15:02:25 +0100 (CET) > Delivered-To: [EMAIL PROTECTED] > Received: by master.openssl.org (Postfix, from userid 5003) > id 7A7F0203EAD; Wed, 12 Nov 2003 15:02:25 +0100 (CET) > X-Original-To: [EMAIL PROTECTED] > Delivered-To: [EMAIL PROTECTED] > Received: from web12308.mail.yahoo.com (web12308.mail.yahoo.com [216.136.173.106]) > by master.openssl.org (Postfix) with SMTP id 122A5203EBB > for <[EMAIL PROTECTED]>; Wed, 12 Nov 2003 15:02:08 +0100 (CET) > Received: from [128.107.253.44] by web12308.mail.yahoo.com via HTTP; Wed, 12 Nov > 2003 06:02:06 PST > Date: Wed, 12 Nov 2003 06:02:06 -0800 (PST) > From: Sriram R <[EMAIL PROTECTED]> > Subject: Getting connect errors on openssl from vbssl client > To: [EMAIL PROTECTED] > MIME-Version: 1.0 > Content-Type: multipart/alternative; boundary="0-1180114893-1068645726=:84091" > Sender: [EMAIL PROTECTED] > Precedence: bulk > Reply-To: [EMAIL PROTECTED] > X-Sender: Sriram R <[EMAIL PROTECTED]> > X-List-Manager: OpenSSL Majordomo [version 1.94.5] > X-List-Name: openssl-users > Content-Length: 1171 > > Hi all, > I tried to connect from my client ssl (Part of visibroker ORB SSL lib). > When connecting to OpenSSL, I get the following errors on the OpenSSL. > > ERROR 18650:error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown > > Any clues as to why I get the above error? > > thanks, > -Sriram > > ------------------------------------------OpenSSL server errors ------------ > su-ultra10# openssl s_server -cert cert.pem -key cert.key -debug > ACCEPT > read from 0014E1C8 [00158508] (11 bytes => 11 (0xB)) > 0000 - 47 49 4f 50 01 02 GIOP.. > 000b - <SPACES/NULS> > ERROR > 18650:error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown > protocol:s23_srvr.c:634: > shutting down SSL > CONNECTION CLOSED > ACCEPT > ------------------------------------------ > > Client side messages: > ----------------------------- > 00000440,11/12/03 5:53 > AM,010.077.240.060,00018199,VBJ-Application,main,NOTICE,Created a new outgoing > connection: > Connection[socket=Socket[addr=codc3-xdm1.cisco.com/192.122.173.179,port=4433,localport=40301]] > > Adding to active connections: > Connection[socket=Socket[addr=codc3-xdm1.cisco.com/192.122.173.179,port=4433,localport=40301]] > 00000441,11/12/03 5:53 > AM,010.077.240.060,00018199,VBJ-Application,main,INFO,reconnected > > Writing 164 bytes at offset 0 to > Socket[addr=codc3-xdm1.cisco.com/192.122.173.179,port=4433,localport=40301] timeout > 0 msecs... complete > > Reading 12 bytes at offset 0 from > Socket[addr=codc3-xdm1.cisco.com/192.122.173.179,port=4433,localport=40301] with > timeout 0 msecs ... failed > > ---------------------------- > > > > > > --------------------------------- > Do you Yahoo!? > Protect your identity with Yahoo! Mail AddressGuard -- Naina library: http://www.unity.net/~vf/naina_r1.tgz ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
