Page 1 of 1

Engine error in http server.tick

Posted: January 28th, 2017, 9:12 am
by trapperjohn
Hi,
I started getting this error recently before no problems I have sabnzbd and sonarr on my Synology server. Then in the the last week I have seen this come up.. What is this error and best way to correct it?
Thank you for your help,
Bryan

I am running sabnzbd version 1.2.0 [1be50eb]


ERROR 01/27/2017 3:20pm [27/Jan/2017:15:20:09] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line 2024, in start
self.tick()
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line 2091, in tick
s, ssl_env = self.ssl_adapter.wrap(s)
File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/ssl_builtin.py", line 67, in wrap
server_side=True)
File "/usr/local/python/lib/python2.7/ssl.py", line 363, in wrap_socket
_context=self)
File "/usr/local/python/lib/python2.7/ssl.py", line 611, in __init__
self.do_handshake()
File "/usr/local/python/lib/python2.7/ssl.py", line 840, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:661)

Re: Engine error in http server.tick

Posted: February 14th, 2017, 1:22 am
by sander

Code: Select all

SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:661)
Do you have HTTPS enabled on SABnzbd's side?
If you turn off HTTPS, does the error go away?
Which program(s) are approaching SABnzbd via HTTPS?

If so, did you create/provide your certificates?