Here is the response.

# ./openssl s_client -connect localhost:443 -debug

CONNECTED(00000003)

write to 0x2005ec88 [0x2005ecf8] (124 bytes => 124 (0x7C))

0000 - 80 7a 01 03 01 00 51 00-00 00 20 00 00 39 00 00   .z....Q...
..9..       
0010 - 38 00 00 35 00 00 16 00-00 13 00 00 0a 07 00 c0
8..5............       
0020 - 00 00 33 00 00 32 00 00-2f 00 00 07 05 00 80 03
..3..2../.......       
0030 - 00 80 00 00 05 00 00 04-01 00 80 00 00 15 00 00
................       
0040 - 12 00 00 09 06 00 40 00-00 14 00 00 11 00 00 08
[EMAIL PROTECTED]       
0050 - 00 00 06 04 00 80 00 00-03 02 00 80 9a 47 f4 e2
.............G..       
0060 - 63 97 e0 80 33 b3 16 55-0f ed 0b 79 10 28 ef ab
c...3..U...y.(..       
0070 - 73 43 c7 74 32 97 a4 01-61 01 80 6a               sC.t2...a..j

read from 0x2005ec88 [0x20064258] (7 bytes => 7 (0x7))

0000 - 3c 48 54 4d 4c 3e 3c                              <HTML><

278514:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
protocol:s23_c
lnt.c:583:

Any Ideas?

Greg 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marek Marcola
Sent: Wednesday, November 07, 2007 8:08 AM
To: openssl-users@openssl.org
Subject: Re: OpenSSL on AIX 5.3

On Tue, 2007-11-06 at 15:41 -0600, Greg Varnell wrote:
> I am trying to install OpenSSL on AIX 5.3.  I have completed this same
> installation > 40 times but this latest one is not able to connect to
> a server (itself) using SSL.
> 
>  
> 
> From OpenSSL I get.
> 
>  
> 
> # /usr/local/ssl/bin/openssl

> 
> OpenSSL> s_time -connect
> localhost:443                                          
> 
> No CIPHER
> specified                                                             
> 
> Collecting connection statistics for 30
> seconds                                 
> 
> ERROR

> 
> 4443110:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
> protocol:s23_
Try to connect with s_client:
 $ openssl s_client -connect localhost:443 -debug
to look at ssl negotiations.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

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

Reply via email to