1832984 Members
3061 Online
110048 Solutions
New Discussion

openssl error

 
christian_derek
Regular Advisor

openssl error

Hi,

I'm trying to make work the new version of openssl on hpux 11iv2 on an integrity system.

OpenSSL 0.9.7m 23 Feb 2007

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?
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: openssl error

Shalom,

swlist -l product | grep openssl

Also wondering what your source was. Hopefully you used a depot version from http://software.hp.com

If you did a download from openssl.org thats probably the hard way to go.

The reason I asked for a version number is perhaps this is new, bleeding edge and is merely an undetected bug.

Did this work on the previous version of openssl?

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
christian_derek
Regular Advisor

Re: openssl error

I download the openssl from software depot...

here is the output of swlist:
# swlist -l product | grep openssl

openssl A.00.09.07m.003 Secure Network Communications Protocol

Also, I had the same issue with version 9.07l

Thanks,