datacite / mds

The DataCite Metadata Store (MDS)
https://mds.datacite.org
Apache License 2.0
25 stars 16 forks source link

python scripts throw httplib2.CertificateHostnameMismatch; missing SNI support #308

Closed koelnconcert closed 9 years ago

koelnconcert commented 9 years ago

The python scripts are not working on mds.test.datacite.org with python 2.7.9/2.7.10 and httplib2 0.9.1 since we use SNI on test.datacite.org:

httplib2.CertificateHostnameMismatch: Server presented certificate that does not match host mds.test.datacite.org
koelnconcert commented 9 years ago

Although python 2.7 should support SNI since 2.7.9, httplib2 doesn't seem to use it.