Solved!

The configuration line:

SSLRandomSeed connect "file:/dev/urandom"

was missing a (not-always-)optional byte count as in

SSLRandomSeed connect "file:/dev/urandom" 512

and the mod_ssl software logic was attempting to read to end of file in function ssl_rand_seed(...).


Thanks to Rainer for feedback, supporting the idea to look at running code. I did recompile with a few calls to ap_log_error.

The seemingly "custom" installation was not exactly custom, being part of the Crux source-based Linux distribution.

- Thierry Moreau


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to