Hi,

I finally got mod_ssl working. The last (and biggest) problem was a
strange hanging when a client connected to the https-server. With some
debugging the solution turned out to be clear and simple:
I configured mod_ssl to use /dev/random as a random source, and it was
just reading 512 bytes from it - at 1 Byte per 30 secs or so.
After changing this to /dev/urandom it was usable.
Perhaps something to mention in the FAQ, IMHO.

Bye,

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

Reply via email to