I used following command to check if openssl 0.9.5a is installed OK,
 
openssl s_client -connect shop.sol.no:443
 
and given out following error
 
unable to load 'random state'
This means that the random number generator has not been seeded
with much random data.
Consider setting the RANDFILE environment variable to point at a file that
'random' data can be kept in (the file will be overwritten).
CONNECTED(00000003)
depth=1 /C=US/O=RSA Data Security, Inc./OU=Secure Server Certification Authority
verify error:num=19:self signed certificate in certificate chain
verify return:0
23363:error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:538:
23363:error:05067003:Diffie-Hellman routines:DH_generate_key:BN lib:dh_key.c:148:
23363:error:14098005:SSL routines:SSL3_SEND_CLIENT_KEY_EXCHANGE:bad asn1 object header:s3_clnt.c:1405:
 
It seems my openssl can't go farther after it connected with a HTTPS server. Anybody know to deal with this random number problem?
 
 

Reply via email to