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 nagle
Recipients
Date 2006-11-30.20:13:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This has been pending for a few months, and there's a fix, but it's not in yet.  What's going on?

I just had Python accept a totally bogus certificate from "www.amaison.co.uk".
The certificate contents are

C = --
ST = SomeState
L = SomeCity
O = SomeOrganization
OU = SomeOrganizationalUnit
CN = localhost.localdomain
emailAddress = root@localhost.localdomain
Issuer identity:
C = --
ST = SomeState
L = SomeCity
O = SomeOrganization
OU = SomeOrganizationalUnit
CN = localhost.localdomain
emailAddress = root@localhost.localdomain

Python is perfectly happy with that.   Which is embarassing. 
History
Date User Action Args
2007-08-23 15:41:34adminlinkissue1114345 messages
2007-08-23 15:41:34admincreate