Search found 1 match

by Lir10
Wed Jan 11, 2017 10:05 am
Forum: ESP8266 boards
Topic: ssl_handshake_status: -256
Replies: 3
Views: 4428

ssl_handshake_status: -256

Running the following code : >>> import usocket as socket >>> import ussl as ssl >>> s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) >>> ss = ssl.wrap_socket(s) produces: ssl_handshake_status: -256 Traceback (most recent call last): File "<stdin>", line 1, in <module> OSError: [Errno 5] EIO