[EMAIL PROTECTED] schrieb das Folgende am 23.02.2005 20:34:

First of all the HEX line are important because they contained information
about the connection (SSL protocol layer: record, alert etc...), in fact in
acts as -msg option (openssl 0.9.7e).
My fault. But I had to retype it, because there's no LAN-connection too...
But now I have a USB-stick. :-)

linux:~ # openssl s_client -connect localhost:666 -showcerts -tls1 -debug
CONNECTED(00000003)
write to 080ABAF0 [080B5F50] (100 bytes => 100 (0x64))
0000 - 16 03 01 00 5f 01 00 00-5b 03 01 42 1d ff 56 e4 ...._...[..B..V.
0010 - 63 c2 e5 18 9e 21 94 15-a1 61 b2 78 5a ad 22 9a c....!...a.xZ.".
0020 - 40 29 8b b4 4a 0b db 72-63 b0 e5 00 00 34 00 39 @)..J..rc....4.9
0030 - 00 38 00 35 00 16 00 13-00 0a 00 33 00 32 00 2f .8.5.......3.2./
0040 - 00 66 00 05 00 04 00 63-00 62 00 61 00 15 00 12 .f.....c.b.a....
0050 - 00 09 00 65 00 64 00 60-00 14 00 11 00 08 00 06 ...e.d.`........
0060 - 00 03 01 ...
0064 - <SPACES/NULS>
read from 080ABAF0 [080B1740] (5 bytes => 0 (0x0))
5014:error:1409E0E5:SSL routines:SSL3_WRITE_BYTES:ssl handshake failure:s3_pkt.c:529:
linux:~ #


In your case, it seemes that your server closed the connection:
read from 080ABC00 [080B1838] (7 bytes => 0 (0x0))

The 7 bytes to be read sounds like an "error" message that should be read
but is not.
It seems that your server close the connection without sending anything.

Which openssl do you use?
linux:~ # openssl version
OpenSSL 0.9.7d 17 Mar 2004  [SuSE 9.1 Prof.]


Hans

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to