This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients isalsberg, ned.deily, ronaldoussoren
Date 2011-03-31.18:20:02
SpamBayes Score 7.882052e-06
Marked as misclassified No
Message-id <1301595603.77.0.236040863548.issue11725@psf.upfronthosting.co.za>
In-reply-to
Content
This appears to be a bug in the versions of the Apple-supplied openssl libs supplied in OS X 10.5 (0.9.7l) and 10.6 (0.9.8l).  You can see the same results using the openssl test client:

   $ openssl s_client -connect www.finratrace.org:443

With the Apple-supplied versions in 10.5 and 10.6, it hangs. With a newer MacPorts-installed openssl (I have a 1.0.0d), the openssl s_client exits after the error. I verified that the urllib.request in the MacPorts python3.2 which is linked with the newer openssl also correctly does not hang.
History
Date User Action Args
2011-03-31 18:20:03ned.deilysetrecipients: + ned.deily, ronaldoussoren, isalsberg
2011-03-31 18:20:03ned.deilysetmessageid: <1301595603.77.0.236040863548.issue11725@psf.upfronthosting.co.za>
2011-03-31 18:20:02ned.deilylinkissue11725 messages
2011-03-31 18:20:02ned.deilycreate