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 Lennart Grahl, christian.heimes
Date 2018-08-20.11:43:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534765392.59.0.56676864532.issue34440@psf.upfronthosting.co.za>
In-reply-to
Content
The exception message is:

ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: IP address mismatch, certificate is not valid for '127.0.0.1'. (_ssl.c:1045)

The certificate is not valid for the URL. You are connection to a server by IP address, but the certificate is not valid for that IP address.
History
Date User Action Args
2018-08-20 11:43:12christian.heimessetrecipients: + christian.heimes, Lennart Grahl
2018-08-20 11:43:12christian.heimessetmessageid: <1534765392.59.0.56676864532.issue34440@psf.upfronthosting.co.za>
2018-08-20 11:43:12christian.heimeslinkissue34440 messages
2018-08-20 11:43:12christian.heimescreate