[New-bugs-announce] [issue34440] Certificate verify failed (works fine in 3.6)

Lennart Grahl report at bugs.python.org
Mon Aug 20 07:22:01 EDT 2018


New submission from Lennart Grahl <lennart.grahl at gmail.com>:

When running the attached script with the attached cert, Python 3.7 raises an exception (see https://paste.pound-python.org/show/VLr84Yn2Fnz6RSKEq3ui/). In Python 3.6, the certificate is being accepted.

I don't see anything wrong with the self-signed certificate.

You can (hopefully) reproduce this by running minimal_server.py

----------
assignee: christian.heimes
components: SSL
files: minimal_server.zip
messages: 323783
nosy: Lennart Grahl, christian.heimes
priority: normal
severity: normal
status: open
title: Certificate verify failed (works fine in 3.6)
versions: Python 3.7
Added file: https://bugs.python.org/file47754/minimal_server.zip

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34440>
_______________________________________


More information about the New-bugs-announce mailing list