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 josh.r
Recipients David.M.Noriega, christian.heimes, josh.r
Date 2014-06-24.01:05:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403571929.82.0.269894815671.issue21830@psf.upfronthosting.co.za>
In-reply-to
Content
Are you 100% sure your CA files is in the precise PEM format required by Python for CA certs, as described in https://docs.python.org/3/library/ssl.html#ssl-certificates ?

The most likely cause of your failure and success would be if you were using some other cert format that Windows could load that wasn't PEM.

Also, side-note, you messed up your path when you attempted to anonymize it (you omitted the backslash after C:). Of course, you didn't anonymize it in the error output, so I can tell the original path was not messed up.
History
Date User Action Args
2014-06-24 01:05:29josh.rsetrecipients: + josh.r, christian.heimes, David.M.Noriega
2014-06-24 01:05:29josh.rsetmessageid: <1403571929.82.0.269894815671.issue21830@psf.upfronthosting.co.za>
2014-06-24 01:05:29josh.rlinkissue21830 messages
2014-06-24 01:05:29josh.rcreate