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 hynek
Recipients ezio.melotti, hynek, schlamar
Date 2012-05-25.09:55:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337939712.22.0.645026900038.issue14907@psf.upfronthosting.co.za>
In-reply-to
Content
Seems to work fine in Python 3.2+.

Two possibilities:

 1. document ca_certs is str only
 2. encode with sys.getfilesystemencoding() if unicode

Would have to be fixed in ssl.get_server_certificate too and maybe even more, I did just a quick glance.
History
Date User Action Args
2012-05-25 09:55:12hyneksetrecipients: + hynek, ezio.melotti, schlamar
2012-05-25 09:55:12hyneksetmessageid: <1337939712.22.0.645026900038.issue14907@psf.upfronthosting.co.za>
2012-05-25 09:55:11hyneklinkissue14907 messages
2012-05-25 09:55:11hynekcreate