On Tue, Oct 24, 2000 at 07:23:30AM -0700, Erik Myllymaki wrote:
> I'm trying to use M2Crypto to access some https pages through an external
> method, but I get this error:
>
> SSLError: SSLEAY_RAND_BYTES: PRNG not seeded
>
> How do I seed the PRNG?
Hmmm, getting behind on my mail... ;-)
There should be a file 'randpool.dat' in the M2Crypto distribution.
This is created from my FreeBSD's /dev/random, and contains enough
randomness to satisfy OpenSSL.
Copy that file to where your external method's .py lives. Let me know
if it doesn't work.
I've been very busy recently. No time to work on M2Crypto and Zope
crypto stuff at all. ;-(
In future, for (marginally ;-) better response time, write me direct.
Cheers.
--
Ng Pheng Siong <[EMAIL PROTECTED]> * http://www.post1.com/home/ngps
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )