16-Jul-99 08:17 you wrote:
> Holger Reif wrote:
>>
>> Has the ssl_enginge_log told you that all servers have been configured
>> already? Are you perhaps using /dev/random and temp key generation is
>> somehow slowly?

> YES! THAT WAS IT!!!
> I really thank you for pointing me to this! But why did this work with
> mod_ssl 2.2.8?

By accident, I think.

> Is it possible, that mod_ssl did a non_blocking read to
> /dev/random, where mod_ssl 2.3.5/6 does a blocking read?

No. Both will do blocking read.

> The kernel was the same (linux 2.2.10). So it cannot be a change in
> /dev/random.

It's /dev/random after all :-) It can work... ugh... RANDOMLY :-)
Use /dev/urandom for temporary keys and be happy...



______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to