New submission from Andy Maier <andreas.r.ma...@gmx.de>:

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.

----------
assignee: christian.heimes
components: SSL
messages: 356654
nosy: andymaier, christian.heimes
priority: normal
severity: normal
status: open
title: SSL connect() raises SSLError "[SSL] EC lib (_ssl.c:728)"
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38810>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to