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 techtonik
Recipients techtonik
Date 2011-06-18.09:33:59
SpamBayes Score 0.001795106
Marked as misclassified No
Message-id <1308389640.44.0.96724424469.issue12358@psf.upfronthosting.co.za>
In-reply-to
Content
Please add this as a child of master issue12357.

When default protocol to upload to PyPI is switched to HTTPS in issue12226, the next step is to validate the certificate. Certificate validation requires that we will either:

1. distribute root CACert certificate with Python (for some reason it is not included/trusted on Windows platform)
2. acquire certificate for PyPI servers from party trusted by default, so that system certificates can be used for validation
History
Date User Action Args
2011-06-18 09:34:00techtoniksetrecipients: + techtonik
2011-06-18 09:34:00techtoniksetmessageid: <1308389640.44.0.96724424469.issue12358@psf.upfronthosting.co.za>
2011-06-18 09:33:59techtoniklinkissue12358 messages
2011-06-18 09:33:59techtonikcreate