Engine error in http server.tick

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
trapperjohn
Newbie
Newbie
Posts: 14
Joined: November 5th, 2016, 10:03 am

Engine error in http server.tick

Post 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)
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: Engine error in http server.tick

Post 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?
Post Reply