Re: Problem with Failed to generate temporary 512 bit RSAprivate key

2000-07-31 Thread mjackson
. Good luck.. Mark Simon Dubey [EMAIL PROTECTED] on 07/31/2000 02:01:08 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Problem with "Failed to generate temporary 512 bit RSAprivate key" OK I think some-one is going to have to speak

Re: Problem with Failed to generate temporary 512 bit RSAprivate key

2000-07-31 Thread Lutz Jaenicke
On Mon, Jul 31, 2000 at 01:01:08PM +0900, Simon Dubey wrote: - change SSLRandomSeed in httpd.conf to SSLRandomSeed startup file:/etc/entropy 512 and SSLRandomSeed connect file:/etc/entropy 512 - cursed alot /etc/entropy is not a plain file but a socket accross which mod_ssl and EGD will

Re: Problem with Failed to generate temporary 512 bit RSAprivate key

2000-07-31 Thread Simon Dubey
/etc/entropy is not a plain file but a socket accross which mod_ssl and EGD will communicate, so you have to instruct mod_ssl to use the egd interface. SSLRandomSeed startup egd:/etc/entropy ... Best regards, Lutz Using mod_ssl-2.4.10-1.3.9 and openssl-0.9.5a gives the following

Re: Problem with Failed to generate temporary 512 bit RSAprivate key

2000-07-31 Thread Lutz Jaenicke
On Mon, Jul 31, 2000 at 04:46:55PM +0900, Simon Dubey wrote: /etc/entropy is not a plain file but a socket accross which mod_ssl and EGD will communicate, so you have to instruct mod_ssl to use the egd interface. SSLRandomSeed startup egd:/etc/entropy ... Best regards,

Re: Problem with Failed to generate temporary 512 bit RSAprivate key

2000-07-31 Thread Simon Dubey
Lutz Jaenicke wrote: On Mon, Jul 31, 2000 at 04:46:55PM +0900, Simon Dubey wrote: /etc/entropy is not a plain file but a socket accross which mod_ssl and EGD will communicate, so you have to instruct mod_ssl to use the egd interface. SSLRandomSeed startup egd:/etc/entropy ...

Re: Problem with Failed to generate temporary 512 bit RSAprivate key

2000-07-30 Thread Simon Dubey
OK I think some-one is going to have to speak to me like I am an idiot (I certainly feel like one at the moment). What I have done is (from the beginning) : - installed openssl - installed mod-ssl - installed jserv - installed apache OK now I encountered above mentioned error, so I : - got