Message3367
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. |
|
| Date |
User |
Action |
Args |
| 2007-08-23 13:53:09 | admin | link | issue232460 messages |
| 2007-08-23 13:53:09 | admin | create | |
|