I have a websocket client using SSL with python and and websocket-client 0.20.
I'm using both server- and client-side certs. One of my clients fails with the following SSL error:
ERROR 2015-12-02 16:51:28,706 _app:206 _callback [Errno 1] _ssl.c:1242: error:1409F07F:lib(20):func(159):reason(127) File "/usr/lib/python2.7/site-packages/websocket/_app.py", line 204, in _callback callback(self, *args) ...
The error is completely cryptic and I'm at a loss as to what to do about it, and Google is not much help. It does not seem to matter if I set CERTS_NONE in the ssl_opts or not.
What exactly is it that fails there in ssl.c?