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 andymaier, christian.heimes
Date 2019-11-15.08:52:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573807975.17.0.738102794993.issue38810@roundup.psfhosted.org>
In-reply-to
Content
The error message is coming from OpenSSL, not from Python. It looks like the handshake is failing with a problem in OpenSSL's internal elliptic curve crypto. It usually means that the server is sending handshake parameters or certs that the client cannot process. It could be a problem with key agreement with ECDHE or cert validation with an EC cert.

It's impossible to say what exactly is going wrong. I suggest that you start by debugging the issue with openssl s_client, Wireshark and gdb on the system.
History
Date User Action Args
2019-11-15 08:52:55christian.heimessetrecipients: + christian.heimes, andymaier
2019-11-15 08:52:55christian.heimessetmessageid: <1573807975.17.0.738102794993.issue38810@roundup.psfhosted.org>
2019-11-15 08:52:55christian.heimeslinkissue38810 messages
2019-11-15 08:52:55christian.heimescreate