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 andymaier
Recipients andymaier, christian.heimes
Date 2019-11-15.08:33:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573806820.45.0.714459136491.issue38810@roundup.psfhosted.org>
In-reply-to
Content
A user of our pywbem package gets an SSLError with message "[SSL] EC lib (_ssl.c:728)" when invoking the connect() method on an SSL wrapped socket. See https://github.com/pywbem/pywbem/issues/1950.

The issue is that with this error message, it is not possible for us to figure out what the problem is and how to correct it.

This happens with CPython 3.5.

I have tried to find the place in _ssl.c (https://github.com/python/cpython/blob/3.5/Modules/_ssl.c) where a string "EC lib" or " lib" is created but did not find it there.

I have two requests:

1. Please explain what the reason is for this exception and what to change in the environment to make it work.

2. Please improve the message in this exception so that it is self-explanatory.
History
Date User Action Args
2019-11-15 08:33:40andymaiersetrecipients: + andymaier, christian.heimes
2019-11-15 08:33:40andymaiersetmessageid: <1573806820.45.0.714459136491.issue38810@roundup.psfhosted.org>
2019-11-15 08:33:40andymaierlinkissue38810 messages
2019-11-15 08:33:40andymaiercreate