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 pitrou
Recipients georg.brandl, gvanrossum, larry, pitrou, sbt, serhiy.storchaka
Date 2013-10-15.08:04:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1071192887.79542958.1381824250884.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1381807709.32.0.306598836773.issue19262@psf.upfronthosting.co.za>
Content
> Found the cause of the ssl test failure -- the location of the ssl
> test key and cert are different.  Here's a new patch with a quick
> fix (#4), but I think the correct solution is to either have the
> certificates inline in the source and write them to a temp file, or
> move them into the main asyncio library, or move the test_utils.py
> module -- since the test files are referenced from test_utils.py
> they should be in the same directory.  Preferences?

You could simply reuse Lib/test/keycert.pem (when in stdlib mode).
History
Date User Action Args
2013-10-15 08:04:38pitrousetrecipients: + pitrou, gvanrossum, georg.brandl, larry, sbt, serhiy.storchaka
2013-10-15 08:04:38pitroulinkissue19262 messages
2013-10-15 08:04:38pitroucreate