In message <[EMAIL PROTECTED]> on Wed, 23 Oct 2002 13:10:04 -0400, Ashwin C 
Uthappa <[EMAIL PROTECTED]> said:

ashwin.uthappa> OpenSSL> s_client -connect 10.10.10.114:10001 -debug -state -ssl3
ashwin.uthappa> CONNECTED(00000004)
ashwin.uthappa> SSL_connect:before/connect initialization
ashwin.uthappa> write to 0015F1E8 [00168FA0] (90 bytes => 90 (0x5A))
ashwin.uthappa> 0000 - 16 03 00 00 55 01 00 00-51 03 00 3d b6 49 88 17   
....U...Q..=.I..
ashwin.uthappa> 0010 - 1f 1e 64 05 a4 97 57 b2-30 86 18 7e 7d ad 6e e9   
..d...W.0..~}.n.
ashwin.uthappa> 0020 - 01 fd 4f 46 fe 10 f0 76-a3 59 c9 00 00 2a 00 16   
..OF...v.Y...*..
ashwin.uthappa> 0030 - 00 13 00 0a 00 66 00 07-00 05 00 04 00 65 00 64   
.....f.......e.d
ashwin.uthappa> 0040 - 00 63 00 62 00 61 00 60-00 15 00 12 00 09 00 14   
.c.b.a.`........
ashwin.uthappa> 0050 - 00 11 00 08 00 06 00 03-01                        .........
ashwin.uthappa> 005a - <SPACES/NULS>
ashwin.uthappa> SSL_connect:SSLv3 write client hello A
ashwin.uthappa> 
ashwin.uthappa> 
ashwin.uthappa> The openssl s_client is stuck at this point. It does not progress 
ashwin.uthappa> further than this. In the code, this is the point where it is hanging :

Well, according to the SSL protocol, the server should answer with
something like this:

read from 081490E0 [0814E698] (5 bytes => 5 (0x5))
0000 - 16 03 00 00 4a                                    ....J

(taken from your previous mail, where you connected to the proxy
engine)

I suggest you keep on comparing with a run to that proxy engine, and
every time you "get stuck in reading", you might want to ask yourself
why the server doesn't send anything, and look at that.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to