Created
June 18, 2018 17:28
-
-
Save garethgreenaway/4f8faccc5c422f1987c3c2f8fe11bf03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR ] [18/Jun/2018:10:27:01] ENGINE Error in HTTPServer.tick | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/cheroot/server.py", line 1538, in start | |
self.tick() | |
File "/usr/local/lib/python2.7/dist-packages/cheroot/server.py", line 1622, in tick | |
s, ssl_env = self.ssl_adapter.wrap(s) | |
File "/usr/local/lib/python2.7/dist-packages/cheroot/ssl/builtin.py", line 72, in wrap | |
sock, do_handshake_on_connect=True, server_side=True, | |
File "/usr/lib/python2.7/ssl.py", line 369, in wrap_socket | |
_context=self) | |
File "/usr/lib/python2.7/ssl.py", line 617, in __init__ | |
self.do_handshake() | |
File "/usr/lib/python2.7/ssl.py", line 846, in do_handshake | |
self._sslobj.do_handshake() | |
error: [Errno 0] Error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment