Operating System - HP-UX
1752781 Members
6470 Online
108789 Solutions
New Discussion

openssl problem on HP-UX 11.23

 
prakasse
Advisor

openssl problem on HP-UX 11.23

Hi folks,

Version of openssl: OpenSSL 0.9.7m 23 Feb 2007.
Hardwarwe: hpux 11iv2 Integrity system,

I'm using openssl s_server and s_client to achieve that. Everything was working fine before I applied the most hpux patches, so I tried to install the most recent version of openssl, but still doesn't work.

message on the server side: OpenSSL> s_server -nocert -msg -state -debug
warning, not much extra random data, consider using the -rand option Using default temp DH parameters ACCEPT
SSL_accept:before/accept initialization read from 4002CDE0
[40099520] (11 bytes => 0 (0x0)) ERROR shutting down SSL
CONNECTION CLOSED ACCEPT

message on the client side: OpenSSL> s_client -msg -state -debug
warning, not much extra random data, consider using the -rand option
CONNECTED(00000003)
SSL_connect:before/connect initialization SSL_connect:error in
SSLv2/v3 write client hello A write:errno=0

any idea on why this is hapening?

Thanks in advance,
Senthil