Author loewis
Recipients
Date 2001-10-11.17:57:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

Running httplib.py now crashes with

Traceback (most recent call last):
  File "Lib/httplib.py", line 867, in ?
    test()
  File "Lib/httplib.py", line 853, in test
    hs.connect(host)
  File "Lib/httplib.py", line 698, in connect
    self._conn.connect()
  File "Lib/httplib.py", line 653, in connect
    ssl = socket.ssl(realsock, self.key_file, self.cert_file)
socket.sslerror: (1, 'error:24064064:random number
generator:SSLEAY_RAND_BYTES:PRNG not seeded')

Not sure how this should be fixed, though. We use prngd
here. To configure OpenSSH, I had to give prngd parameters
to OpenSSH (i.e. that it should use prngd, and what the port
number is).

On testing certificates: It might be sufficient to generate
a self-signed one, and distribute that as part of the test
suite. Of course, you need to write server and client code
to use the appropriate files.
History
Date User Action Args
2007-08-23 13:53:09adminlinkissue232460 messages
2007-08-23 13:53:09admincreate