I am running SABnzbd version 3.1.1 as a Windows service. Several times a day, I receive the below error and randomly my web interface quits working until the service is restarted. I have HTTPS enabled and am using a self-signed certificate. It is the same certificate I've been using for a couple of years with no issues - this problem recently started, within the last week or two. I am also using the same certificate with other services hosted on the same computer without any issues with those services. I have enabled debug logging, and the only other anomalies I see other than the below error are a lot of API calls coming from my router's IP address. I'm not sure what would cause that, other than that I do typically have SABnzbd exposed to the internet and it's possible bots are attempting access. The port is no longer being forwarded until I know what the API calls are. Any advice would be appreciated.
Error displayed:
Code: Select all
ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:2623) Code: Select all
2020-12-07 10:04:12,239::DEBUG::[apikey=<APIKEY>] API-call from 192.168.1.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36] {'mode': 'history', 'search': '', 'failed_only': '0', 'start': '0', 'limit': '20', 'last_history_update': '142', 'output': 'json', 'apikey':<APIKEY>', '_': '1607220902155'}
2020-12-07 10:04:13,257::DEBUG::[apikey=<APIKEY>] API-call from 192.168.1.1 [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36] {'mode': 'queue', 'search': '', 'start': '0', 'limit': '20', 'output': 'json', 'apikey':<APIKEY>', '_': '1607220902156'}