Re: TLS Client Hello not responded by mod_ssl

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux