HTTP Traceback Error - What is it, how to fix?

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.
thew1se
Newbie
Newbie
Posts: 26
Joined: April 18th, 2019, 10:43 am

HTTP Traceback Error - What is it, how to fix?

Post by thew1se »

Hi All,

I run sabnzbd through docker on a Synology NAS.
I have Sonarr and Radarr running on docker also on the Synology.
sabnzbd Version: 2.3.8 [0dd1f64]

Relatively new to sabnzbd (February). But I haven't noticed these HTTP Traceback errors until recently (pretty sure it wasn't happening before, not sure what's changed.....the only thing I've done is add a new server recently)

My questions are:

1. What is a HTTP traceback error?
2. Is it something I need to worry about?
3. How do I troubleshoot/fix it?

I tried posting the error but this forum wont let me post links because I'm new. How to do I share the log?

Thanks in advance!
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: HTTP Traceback Error - What is it, how to fix?

Post by safihre »

You need a few posts before you can post links indeed, but you can put some spaces around any "/" in the traceback.
It depends which traceback it is to fix it. Otherwise you can also use pastebin to share the log.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
thew1se
Newbie
Newbie
Posts: 26
Joined: April 18th, 2019, 10:43 am

Re: HTTP Traceback Error - What is it, how to fix?

Post by thew1se »

Thanks. Putting Spaces didn't work, I did it on every forwardslash in the error log.

Here it is:

pastebin(dot)com (forwardslash) GUuiKD8L
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: HTTP Traceback Error - What is it, how to fix?

Post by sander »

Ah. A "SSLError: ('The read operation timed out',)". That does happen on Synology, I think because of slow Synology hardware.

If you can, ignore it. Or disable HTTPS on your SAB webgui.

Code: Select all

Traceback (most recent call last):
  File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 663, in respond
    self.body.process()
  File "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 989, in process
    super(RequestBody, self).process()
  File "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 558, in process
    proc(self)
  File "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 223, in process_multipart_form_data
    process_multipart(entity)
  File "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 203, in process_multipart
    b = entity.readline()
  File "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 480, in readline
    return self.fp.readline(size)
  File "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 860, in readline
    data = self.read(chunksize)
  File "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 824, in read
    data = self.fp.read(chunksize)
  File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init__.py", line 360, in read
    data = self.rfile.read(size)
  File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init__.py", line 1138, in read
    data = self.recv(left)
  File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init__.py", line 1070, in recv
    data = self._sock.recv(size)
  File "/usr/lib/python2.7/ssl.py", line 772, in recv
    return self.read(buflen)
  File "/usr/lib/python2.7/ssl.py", line 659, in read
    v = self._sslobj.read(len)
SSLError: ('The read operation timed out',)
thew1se
Newbie
Newbie
Posts: 26
Joined: April 18th, 2019, 10:43 am

Re: HTTP Traceback Error - What is it, how to fix?

Post by thew1se »

I can ignore it.

Surprised this is happening now. As it wasn’t before. Synology has been running smooth and nowhere near all resources being used.

I like to keep HTTPS enabled on everything if possible. Just curious, any other ways to troubleshoot?
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: HTTP Traceback Error - What is it, how to fix?

Post by sander »

Surprised this is happening now. As it wasn’t before.
I understand.
Synology has been running smooth and nowhere near all resources being used.
Which Synology is it.

With no SAB download going on, what is the "System Performance (Pystone)" (CPU speed) under the wrench symbol?
I like to keep HTTPS enabled
Out of curiosity: which browser do you use? It accepts the self-signed certificate?
thew1se
Newbie
Newbie
Posts: 26
Joined: April 18th, 2019, 10:43 am

Re: HTTP Traceback Error - What is it, how to fix?

Post by thew1se »

Which Synology is it.
DS1517+
With no SAB download going on, what is the "System Performance (Pystone)" (CPU speed) under the wrench symbol?
Not quite sure what you're asking for.....
There are a string of numbers under the wrench with no labels in SABnzbd...is this what you want to see? What are these?
0.33 | 1.23| 2.15| V=3009M R=250M
Out of curiosity: which browser do you use? It accepts the self-signed certificate?
Firefox. No it doesn't. I need to add a security exception for it.
thew1se
Newbie
Newbie
Posts: 26
Joined: April 18th, 2019, 10:43 am

Re: HTTP Traceback Error - What is it, how to fix?

Post by thew1se »

Just thought I'd mention it....These traceback errors had disappeared since Iast posted on this topic....but over last two days they came back. Not sure what is triggering them.

Version: 2.3.8 [0dd1f64]
Last edited by thew1se on May 4th, 2020, 2:35 pm, edited 1 time in total.
hostilejava
Newbie
Newbie
Posts: 2
Joined: May 4th, 2020, 1:42 pm

Re: HTTP Traceback Error - What is it, how to fix?

Post by hostilejava »

thew1se wrote: May 1st, 2020, 8:36 pm Just thought I'd mention it....These traceback errors had disappeared since Iast posted on this topic....but over last two days they came back. Not sure what is triggering them.
Did a search and turned up this thread. I'm using Ubuntu 18.04 and after the last update I'm getting the same errors, updated to version 3.0.0Alpha1 [c33cabd].
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: HTTP Traceback Error - What is it, how to fix?

Post by safihre »

What errors?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
hostilejava
Newbie
Newbie
Posts: 2
Joined: May 4th, 2020, 1:42 pm

Re: HTTP Traceback Error - What is it, how to fix?

Post by hostilejava »

I can't post the error, even as code it's telling me I can't post links.
thew1se
Newbie
Newbie
Posts: 26
Joined: April 18th, 2019, 10:43 am

Re: HTTP Traceback Error - What is it, how to fix?

Post by thew1se »

'a day ago [08/May/2020:17:33:39] ENGINE socket.error 1
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init__.py", line 1402, in communicate
req.parse_request()
File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init__.py", line 602, in parse_request
success = self.read_request_line()
File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init__.py", line 635, in read_request_line
request_line = self.rfile.readline()
File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init__.py", line 304, in readline
data = self.rfile.readline(256)
File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init__.py", line 1219, in readline
data = self.recv(self._rbufsize)
File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init__.py", line 1070, in recv
data = self._sock.recv(size)
File "/usr/lib/python2.7/ssl.py", line 772, in recv
return self.read(buflen)
File "/usr/lib/python2.7/ssl.py", line 659, in read
v = self._sslobj.read(len)
SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1941)
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: HTTP Traceback Error - What is it, how to fix?

Post by sander »

Is your SABnzbd open to Internet? If so, it's probably a faulty web scanner.

See below what the SSL scanner testssl.sh can cause ... ::)

Code: Select all


2020-05-09 19:46:13,062::ERROR::[_cplogging:213] [09/May/2020:19:46:13] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1776, in serve
    self.tick()
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1999, in tick
    conn = self.connections.get_conn(self.socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 180, in get_conn
    return self._from_server_socket(server_socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 199, in _from_server_socket
    s, ssl_env = self.server.ssl_adapter.wrap(s)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/ssl/builtin.py", line 243, in wrap
    s = self.context.wrap_socket(
  File "/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.8/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: VERSION_TOO_LOW] version too low (_ssl.c:1108)

2020-05-09 19:46:13,306::ERROR::[_cplogging:213] [09/May/2020:19:46:13] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1776, in serve
    self.tick()
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1999, in tick
    conn = self.connections.get_conn(self.socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 180, in get_conn
    return self._from_server_socket(server_socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 199, in _from_server_socket
    s, ssl_env = self.server.ssl_adapter.wrap(s)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/ssl/builtin.py", line 243, in wrap
    s = self.context.wrap_socket(
  File "/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.8/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)

2020-05-09 19:46:13,552::ERROR::[_cplogging:213] [09/May/2020:19:46:13] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1776, in serve
    self.tick()
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1999, in tick
    conn = self.connections.get_conn(self.socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 180, in get_conn
    return self._from_server_socket(server_socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 199, in _from_server_socket
    s, ssl_env = self.server.ssl_adapter.wrap(s)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/ssl/builtin.py", line 243, in wrap
    s = self.context.wrap_socket(
  File "/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.8/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)

2020-05-09 19:46:13,862::ERROR::[_cplogging:213] [09/May/2020:19:46:13] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1776, in serve
    self.tick()
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1999, in tick
    conn = self.connections.get_conn(self.socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 180, in get_conn
    return self._from_server_socket(server_socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 199, in _from_server_socket
    s, ssl_env = self.server.ssl_adapter.wrap(s)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/ssl/builtin.py", line 243, in wrap
    s = self.context.wrap_socket(
  File "/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.8/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)

2020-05-09 19:46:14,100::ERROR::[_cplogging:213] [09/May/2020:19:46:14] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1776, in serve
    self.tick()
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1999, in tick
    conn = self.connections.get_conn(self.socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 180, in get_conn
    return self._from_server_socket(server_socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 199, in _from_server_socket
    s, ssl_env = self.server.ssl_adapter.wrap(s)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/ssl/builtin.py", line 243, in wrap
    s = self.context.wrap_socket(
  File "/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.8/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)

2020-05-09 19:46:21,240::ERROR::[_cplogging:213] [09/May/2020:19:46:21] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1776, in serve
    self.tick()
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1999, in tick
    conn = self.connections.get_conn(self.socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 180, in get_conn
    return self._from_server_socket(server_socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 199, in _from_server_socket
    s, ssl_env = self.server.ssl_adapter.wrap(s)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/ssl/builtin.py", line 243, in wrap
    s = self.context.wrap_socket(
  File "/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.8/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: BAD_ALERT_RECORD] no suitable key share (_ssl.c:1108)

2020-05-09 19:46:31,749::ERROR::[_cplogging:213] [09/May/2020:19:46:31] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1776, in serve
    self.tick()
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1999, in tick
    conn = self.connections.get_conn(self.socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 180, in get_conn
    return self._from_server_socket(server_socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 199, in _from_server_socket
    s, ssl_env = self.server.ssl_adapter.wrap(s)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/ssl/builtin.py", line 243, in wrap
    s = self.context.wrap_socket(
  File "/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.8/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: VERSION_TOO_LOW] version too low (_ssl.c:1108)

2020-05-09 19:46:33,190::ERROR::[_cplogging:213] [09/May/2020:19:46:33] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1776, in serve
    self.tick()
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1999, in tick
    conn = self.connections.get_conn(self.socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 180, in get_conn
    return self._from_server_socket(server_socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 199, in _from_server_socket
    s, ssl_env = self.server.ssl_adapter.wrap(s)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/ssl/builtin.py", line 243, in wrap
    s = self.context.wrap_socket(
  File "/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.8/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: BAD_RSA_DECRYPT] no suitable signature algorithm (_ssl.c:1108)

2020-05-09 19:46:34,528::ERROR::[_cplogging:213] [09/May/2020:19:46:34] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1776, in serve
    self.tick()
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1999, in tick
    conn = self.connections.get_conn(self.socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 180, in get_conn
    return self._from_server_socket(server_socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 199, in _from_server_socket
    s, ssl_env = self.server.ssl_adapter.wrap(s)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/ssl/builtin.py", line 243, in wrap
    s = self.context.wrap_socket(
  File "/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.8/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)

2020-05-09 19:46:42,988::ERROR::[_cplogging:213] [09/May/2020:19:46:42] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1776, in serve
    self.tick()
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1999, in tick
    conn = self.connections.get_conn(self.socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 180, in get_conn
    return self._from_server_socket(server_socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 199, in _from_server_socket
    s, ssl_env = self.server.ssl_adapter.wrap(s)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/ssl/builtin.py", line 243, in wrap
    s = self.context.wrap_socket(
  File "/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.8/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL] internal error (_ssl.c:1108)

2020-05-09 19:46:47,342::ERROR::[_cplogging:213] [09/May/2020:19:46:47] ENGINE Error in HTTPServer.tick
Traceback (most recent call last):
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1776, in serve
    self.tick()
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/server.py", line 1999, in tick
    conn = self.connections.get_conn(self.socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 180, in get_conn
    return self._from_server_socket(server_socket)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/connections.py", line 199, in _from_server_socket
    s, ssl_env = self.server.ssl_adapter.wrap(s)
  File "/home/sander/.local/lib/python3.8/site-packages/cheroot/ssl/builtin.py", line 243, in wrap
    s = self.context.wrap_socket(
  File "/usr/lib/python3.8/ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib/python3.8/ssl.py", line 1040, in _create
    self.do_handshake()
  File "/usr/lib/python3.8/ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [SSL: LENGTH_MISMATCH] length mismatch (_ssl.c:1108)
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: HTTP Traceback Error - What is it, how to fix?

Post by sander »

Too much text too paste in one post, so here are the ssl.SSLError messages

Code: Select all

$ cat ~/.sabnzbd/logs/sabnzbd.log | grep ssl.SSLError
ssl.SSLError: [SSL: VERSION_TOO_LOW] version too low (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)
ssl.SSLError: [SSL: BAD_ALERT_RECORD] no suitable key share (_ssl.c:1108)
ssl.SSLError: [SSL: VERSION_TOO_LOW] version too low (_ssl.c:1108)
ssl.SSLError: [SSL: BAD_RSA_DECRYPT] no suitable signature algorithm (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)
ssl.SSLError: [SSL] internal error (_ssl.c:1108)
ssl.SSLError: [SSL: LENGTH_MISMATCH] length mismatch (_ssl.c:1108)
ssl.SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:1108)
ssl.SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:1108)
ssl.SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:1108)
ssl.SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:1108)
ssl.SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)
ssl.SSLError: [SSL: VERSION_TOO_LOW] version too low (_ssl.c:1108)
ssl.SSLError: [SSL: VERSION_TOO_LOW] version too low (_ssl.c:1108)
ssl.SSLError: [SSL: VERSION_TOO_LOW] version too low (_ssl.c:1108)
ssl.SSLError: [SSL: VERSION_TOO_LOW] version too low (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)

and sorted:

Code: Select all

$ cat ~/.sabnzbd/logs/sabnzbd.log | grep ssl.SSLError | sort -u
ssl.SSLError: [SSL: BAD_ALERT_RECORD] no suitable key share (_ssl.c:1108)
ssl.SSLError: [SSL: BAD_RSA_DECRYPT] no suitable signature algorithm (_ssl.c:1108)
ssl.SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:1108)
ssl.SSLError: [SSL] internal error (_ssl.c:1108)
ssl.SSLError: [SSL: LENGTH_MISMATCH] length mismatch (_ssl.c:1108)
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)
ssl.SSLError: [SSL: VERSION_TOO_LOW] version too low (_ssl.c:1108)
thew1se
Newbie
Newbie
Posts: 26
Joined: April 18th, 2019, 10:43 am

Re: HTTP Traceback Error - What is it, how to fix?

Post by thew1se »

Sorry I’m not familiar with a lot of this and not sure what you mean. I’m not a programmer and logs are like gibberish to me. SAB is running in a container in docker. Not sure what a web scanner is.

For example it says SSL error version too low....but I don't know what to do with this information.
Last edited by thew1se on May 9th, 2020, 1:11 pm, edited 1 time in total.
Post Reply