certificate issues!

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
blackkatt
Newbie
Newbie
Posts: 49
Joined: July 6th, 2011, 6:03 am

certificate issues!

Post by blackkatt »

Hi guys!

I'm trying out the new 1.0.0 version. When Sab is first launched I get this
Your connection is not secure

The owner of 127.0.0.1 has configured their website improperly. To protect your information from being stolen, Firefox has not connected to this website.
127.0.0.1:8014 uses an invalid security certificate. The certificate is not trusted because the issuer certificate is unknown. The server might not be sending the appropriate intermediate certificates. An additional root certificate may need to be imported. The certificate is only valid for SABnzbd
then if you add it as exception it says this
could not verify this certificate because it was signed using a signature algorithm that was disabled because that algorithm is not secure.
its seem that using a disabled algorithm for being insecure its the same as having no SSL at all, so please fix O0

PS: I created my own cert for now. So no need recommend doing that ;)
The Problem is not the problem. The problem is your attitude about the problem.
Do you understand?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: certificate issues!

Post by shypike »

We've never used valid certificates, because that is impossible to.
All we can do is generate a self-signed certificate which you have to approve in your browser.
It's been like this for years.
Having a self-signed certificate is better than nothing.
Interception is not that easy, because the browser will not accept a modified certificate.

You're likely seeing the warning again because we switched from "localhost" to "127.0.0.1" as default host.
BTW: using HTTPS on a local-only connection is overkill.
blackkatt
Newbie
Newbie
Posts: 49
Joined: July 6th, 2011, 6:03 am

Re: certificate issues!

Post by blackkatt »

You are missing the point

"could not verify this certificate because it was signed using a signature algorithm that was disabled because that algorithm is not secure."

the self-signed /created cert is falud. Creating your own at http://www.selfsignedcertificate.com/ won't use an "disabled algorithm" =)
The Problem is not the problem. The problem is your attitude about the problem.
Do you understand?
User avatar
safihre
Administrator
Administrator
Posts: 5678
Joined: April 30th, 2015, 7:35 am
Contact:

Re: certificate issues!

Post by safihre »

Interesting, what OS are you on?
I just tried it on Ubuntu with Firefox and it would still let me visit the page after adding the exception, no message about the signature algorithm.
Also on Win10 using Firefox and Chrome it doesn't mention anything about the signature.

Maybe Sander has an idea why there's a problem with the signatures? Do we use an old one? Seems pretty standard stuff in certgen.py.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: certificate issues!

Post by shypike »

It seems that we're using a outdated signing method.
We'll need to upgrade this in the next release, although it will only fix the issue for new installations.

@blackkat
1.0.0 will reuse certificates from 0.7.20, which have the same issue.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: certificate issues!

Post by sander »

safihre wrote: Maybe Sander has an idea why there's a problem with the signatures? Do we use an old one? Seems pretty standard stuff in certgen.py.
Nope; I just tested it on Windows, and for me it works with Chrome, Firefox and IE. Well ... as long as you order your browser to accept the invalid certificates.

Image
blackkatt
Newbie
Newbie
Posts: 49
Joined: July 6th, 2011, 6:03 am

Re: certificate issues!

Post by blackkatt »

safihre wrote:Interesting, what OS are you on?
I just tried it on Ubuntu with Firefox and it would still let me visit the page after adding the exception, no message about the signature algorithm.
Also on Win10 using Firefox and Chrome it doesn't mention anything about the signature.
it will, u just have to look. in firefox get to "page info/security" then view certificate
shypike wrote:It seems that we're using a outdated singing method.
We'll need to upgrade this in the next release, although it will only fix the issue for new installations.

@blackkat
1.0.0 will reuse certificates from 0.7.20, which have the same issue.
that's why I signed my own, but you could always inform users about it, i bet they would like to know >:D
thnx for the fast replay, its always nice with devs that listens. no idea when they disabled that algo, but we all have had this problem sense then and non has notice hehe.
The Problem is not the problem. The problem is your attitude about the problem.
Do you understand?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: certificate issues!

Post by shypike »

Blackkatt is right.
We'll fix this.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: certificate issues!

Post by sander »

shypike wrote:Blackkatt is right.
We'll fix this.
SP, can you explain what the problem is? "Outdated" is the cause? If so: it looks OK on my system:

Code: Select all

Issued On	Tuesday, July 8, 2014 at 10:41:39 PM
Expires On	Friday, July 5, 2024 at 10:41:39 PM
User avatar
safihre
Administrator
Administrator
Posts: 5678
Joined: April 30th, 2015, 7:35 am
Contact:

Re: certificate issues!

Post by safihre »

The signing algorithm that was used to create them, according to Firefox.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: certificate issues!

Post by sander »

safihre wrote:The signing algorithm that was used to create them, according to Firefox.
Strange; my Firefox 45.0 has no problems after I confirm I want to add https://127.0.0.1:9090/ as an exception.

@safihre: are you able to reproduce it with your Firefox?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: certificate issues!

Post by shypike »

Chrome says:
"The Server's certificate is signed using a weak signature algorithm."

Enough said: will be fixed in 1.0.1 or 1.1.0
Post Reply