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 christian.heimes
Recipients Alexander Todorov, christian.heimes
Date 2015-11-24.13:47:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448372869.79.0.158378490254.issue25722@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a bug. It's actually the way how wildcards in X.509 certificates work. For hostnames a wildcard only matches one label. There can only be one wildcard and the wildcard must be in the left-most label. https://tools.ietf.org/html/rfc6125#section-6.4.3

This means that "*.s3.amazonaws.com" matches "com.s3.amazonaws.com" but doesn't match "planet.sofiavalley.com.s3.amazonaws.com".
History
Date User Action Args
2015-11-24 13:47:49christian.heimessetrecipients: + christian.heimes, Alexander Todorov
2015-11-24 13:47:49christian.heimessetmessageid: <1448372869.79.0.158378490254.issue25722@psf.upfronthosting.co.za>
2015-11-24 13:47:49christian.heimeslinkissue25722 messages
2015-11-24 13:47:49christian.heimescreate