On Mon, Jun 17, 2002 at 11:42:47AM -0700, Michael Taylor wrote: > ls: Fatal error: SSL connect: error:24064064:random number >generator:SSLEAY_RAND_BYTES:PRNG not seeded
It is a FAQ: Q: Why do secure protocols https and ftps give "PRNG not seeded" error message? A: Your system probably lacks /dev/random-like device. Create ~/.rnd file containing random characters and SSL will work. See also OpenSSL FAQ about this. -- Alexander. | http://www.yars.free.net/~lav/
