Search found 23 matches

by fatgeek
June 19th, 2023, 7:59 pm
Forum: General Help
Topic: SSL Errors On Startup
Replies: 3
Views: 742

Re: SSL Errors On Startup

Within the docker, find ~/.sabnzbd/admin and delete server.cert and server.key But the "Error creating ..." makes me think there is file rights problem. But, hey: it's docker. So: cattle, not pets. If a docker is not working, do not try to repair. Kill it, start a new container, with an f...
by fatgeek
June 19th, 2023, 3:03 pm
Forum: General Help
Topic: SSL Errors On Startup
Replies: 3
Views: 742

SSL Errors On Startup

Hello, I'm running SABnzbd 4.0.2 as a Docker image in unRAID. On each startup I get these SSL errors: https://i.imgur.com/49TEFHL.png I don't have SSL enabled. My instance runs entirely local with no public internet access ot the interface whatsoever, so I don't need to use SSL. Is there a setting t...
by fatgeek
July 12th, 2022, 11:01 pm
Forum: General Help
Topic: Unable to reach Sab via VPN
Replies: 0
Views: 6101

Unable to reach Sab via VPN

I am having trouble reaching Sab when using my VPN away from home. I am running Sab dockerized on UnRAID. Docker on the server uses 172.17.0.0 addresses. My LAN uses 10.10.10.0/24 addresses. The VPN assigns 10.10.50.0/24 addresses. I tried first to add 10.10. to local_ranges, and the VPN still didn'...
by fatgeek
February 21st, 2021, 3:29 pm
Forum: General Help
Topic: SSL Errors on Startup [ Docker (binhex/sabnzbdvpn) ]
Replies: 2
Views: 1168

SSL Errors on Startup [ Docker (binhex/sabnzbdvpn) ]

I am getting SSL errors all of the sudden on startup. https://i.imgur.com/gozy6gK.png Downloads are still working, it's just annoying. I'm running 3.1.1 [99b5a00] via Docker (binhex/sabnzbdvpn) on UnRAID. I've never had SSL enabled on the server, it's only accessible to my LAN. SSL is disabled in Se...
by fatgeek
August 12th, 2017, 4:06 pm
Forum: General Help
Topic: Weird diagonal line
Replies: 1
Views: 1111

Weird diagonal line

Hi, I have a weird issue where I get a diagonal line across my queue. This is weird because it only happens on one computer and only in Chrome. I regularly access my sabnzbd from multiple computers and mobile devices and only see the line on one machine in Chrome. The line isn't there on the same ma...
by fatgeek
March 9th, 2017, 3:44 am
Forum: General Help
Topic: Unable to connect to server (SSL Error)
Replies: 22
Views: 12305

Re: Unable to connect to server (SSL Error)

A resolution for the curious (and because I hate stumbling across threads for weird issues like this with no resolution) The issue ended up being that my unRAID box had jumbo frames enabled. How, I do not know. I worked with Altopia's support and they ran a tcpdump while I connected and spotted the ...
by fatgeek
March 9th, 2017, 2:38 am
Forum: General Help
Topic: Unable to connect to server (SSL Error)
Replies: 22
Views: 12305

Re: Unable to connect to server (SSL Error)

Correct, it does not appear to be SABnzbd or Python related. I do appreciate your efforts though.
by fatgeek
March 9th, 2017, 2:01 am
Forum: General Help
Topic: Unable to connect to server (SSL Error)
Replies: 22
Views: 12305

Re: Unable to connect to server (SSL Error)

I was screwing with s_client earlier. When I try to connect from the unRAID server itself, I get: root@tower:~# openssl s_client -connect news.altopia.com:563 CONNECTED(00000003) And nothing else. HELP doesn't work, and either does QUIT. I have to Ctrl+C out of it. When I do it from within the docke...
by fatgeek
March 8th, 2017, 7:13 pm
Forum: General Help
Topic: Unable to connect to server (SSL Error)
Replies: 22
Views: 12305

Re: Unable to connect to server (SSL Error)

I've been doing some more troubleshooting on this and this is what I have so far: I tried another docker container on unRAID, needo/sabnzbd and it also was unable to connect to Altopia. I then installed sab on an Ubuntu 16.04 VM from jfcp/nobetas and it was able to connect fine. I then ran the linux...
by fatgeek
March 8th, 2017, 3:21 pm
Forum: General Help
Topic: Unable to connect to server (SSL Error)
Replies: 22
Views: 12305

Re: Unable to connect to server (SSL Error)

I just tried running update-ca-certificates:

Code: Select all

root@tower:~# docker exec -it sabnzbd /bin/bash
root@0bb56fa6e4f7:/# update-ca-certificates
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
root@0bb56fa6e4f7:/#
by fatgeek
March 8th, 2017, 3:18 pm
Forum: General Help
Topic: Unable to connect to server (SSL Error)
Replies: 22
Views: 12305

Re: Unable to connect to server (SSL Error)

I can only think of one thing: incorrect / incomplete CA Root store. That does not explain everything, but I have no other hypotheses. @fatgeek: which container image do you use? And how do you start it? I can't find it ... unless you mean "linuxserver/sabnzbd" $ sudo docker run -it linux...
by fatgeek
March 8th, 2017, 12:09 pm
Forum: General Help
Topic: Unable to connect to server (SSL Error)
Replies: 22
Views: 12305

Re: Unable to connect to server (SSL Error)

I tried with NZBGet on WIndows and was able to connect with identical settings. What if you try SABnzbd on Windows? Does altopia work then? Two more things: - on your unRaid, if you set the connection the plain NNTP (port 199, no SSL), can you make a connection? - on your unrRaid, can you set the c...
by fatgeek
March 7th, 2017, 6:50 pm
Forum: General Help
Topic: Unable to connect to server (SSL Error)
Replies: 22
Views: 12305

Re: Unable to connect to server (SSL Error)

Did you try actually just downloading? Altopia is strange in the way that they have very long delays after some unsuccessful login event. They add a delay of 20 seconds or something, what Sab considers too long. But usually the downloading actually works fine. I have. Your question actually answers...
by fatgeek
March 7th, 2017, 4:55 pm
Forum: General Help
Topic: Unable to connect to server (SSL Error)
Replies: 22
Views: 12305

Re: Unable to connect to server (SSL Error)

I'm running into an error connecting to one of my providers. Which provider / newsserver? What happens when you fill out that newsserver on https://sabnzbd.org/wiki/advanced/certificate-errors and click on Test Server? Altopia (news.altopia.com) When I use the tester I get: Server not found, no SSL...
by fatgeek
March 7th, 2017, 3:53 pm
Forum: General Help
Topic: Unable to connect to server (SSL Error)
Replies: 22
Views: 12305

Unable to connect to server (SSL Error)

Version: (Ex: 0.5.0 Final): 1.2.1 [d32cf57] OS: (Ex: Windows XP SP2, OSX Leopard, Ubuntu Gutsy): unRAID (linuxserver Docker container) Install-type: (Ex: Windows Installer, Windows zip, OSx .app, OSx source, python source, linux repository, NAS package): Docker Skin (if applicable): (Ex: Default, Pl...