I am trying to install openssl-0.9.6b onto a Linux REDHAT 7.1 server.
This is my first install of openssl-0.9.6b on REDHAT 7.1 . ON REDHAT 6.4
openssl-0.9.6b works just fine.
All seems to go fine with install and creating key/csr/crt files.
when testing for operation with the command:
openssl s_client -debug -state -connect localhost:443 -ssl3
The following output is recieved:
CONNECTED(00000003)
SSL_connect:before/connect initialization
write to 08154620 [0815E3D8] (90 bytes => 90 (0x5A))
0000 - 16 03 00 00 55 01 00 00-51 03 00 3b 74 1b 19 f3 ....U...Q..;t...
0010 - 69 21 6d 34 cf 24 61 d0-c4 89 d1 f4 cd ee e4 e6 i!m4.$a.........
0020 - c1 f4 fc 9c b8 e5 d7 5b-55 83 ca 00 00 2a 00 16 .......[U....*..
0030 - 00 13 00 0a 00 66 00 07-00 05 00 04 00 65 00 64 .....f.......e.d
0040 - 00 63 00 62 00 61 00 60-00 15 00 12 00 09 00 14 .c.b.a.`........
0050 - 00 11 00 08 00 06 00 03-01 .........
005a - <SPACES/NULS>
SSL_connect:SSLv3 write client hello A
read from 08154620 [08159BC8] (5 bytes => 5 (0x5))
0000 - 3c 21 44 4f 43 <!DOC
write to 08154620 [08163C60] (7 bytes => 7 (0x7))
0000 - 15 21 44 00 02 02 28 .!D...(
SSL3 alert write:fatal:handshake failure
SSL_connect:error in SSLv3 read server hello A
22796:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version
number:s3_pkt.c:
279:
When testing with the command:
openssl s_client -debug -state -connect localhost:443 -ssl2
The following output is received (the command hangs after presenting the
last line)
CONNECTED(00000003)
SSL_connect:before/connect initialization
write to 08164348 [0815B511] (51 bytes => 51 (0x33))
0000 - 80 31 01 00 02 00 18 00-00 00 10 07 00 c0 05 00 .1..............
0010 - 80 03 00 80 01 00 80 08-00 80 06 00 40 04 00 80 ............@...
0020 - 02 00 80 84 7f 3f 80 d3-f2 f9 c9 e4 18 85 0c a0 .....?..........
0030 - 9e 1e fb ...
SSL_connect:SSLv2 write client hello A
Any assistance will be greatly appreciated..
Tim Blanchette
----------------------------------------------------
Technical Operation/Web Development
Christensen Computer Company
www.cccsoft.com
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]