hi, i am playing with mod_ssl and apache
SunOS ronin1 5.6 Generic_105181-06 sun4u sparc SUNW,Ultra-5_10
apache_1.3.19/
mod_ssl-2.8.3-1.3.19/
openssl-0.9.6b//
had Apache running w/o problem for a few months. wanted https.
followed mod_ssl INSTALL and the example at modssl.org to config
and rebuild apache. no problem there either. During
'make certificate' or the following 'make', had to enter some
country code, state, url etc info but i don't think those are
relevant to my problem - now i can't start Apache httpd at all:
both 'apachectl start' and 'apachectl startssl'
failed with the following messages in error_log:
[Wed Aug 1 01:22:43 2001] [error] mod_ssl: Init: Failed to
generate temporary 512 bit RSA private key
(OpenSSL library error follows)
[Wed Aug 1 01:22:43 2001] [error] OpenSSL: error:24064064:random
number generator:SSLEAY_RAND_BYTES:PRNG not seeded
[Wed Aug 1 01:22:43 2001] [error] OpenSSL: error:04069003:
rsa routines:RSA_generate_key:BN lib
am i missing something? like a random # generator? even so,
the new apache binary should have run w/o SSL support
as 'apachectl start'.
confused and tired. hope someone can help. thanks.
--