You should not be using Beta1 anymore!
Did you tell the web browser it to trust the certificate?
Does it occur with only one browser (if so, which one)
or with others too?
Secure Connection Failed
Forum rules
Help us help you:
Help us help you:
- 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.
Re: Secure Connection Failed
Could you try to delete server.cert and key in your SABnzbd admin folder and recreate new ones with this command ?
Code: Select all
openssl req -x509 -nodes -days 3650 -subj '/C=US/ST=US/L=Here/CN=SABnzbd' -newkey rsa:1024 -keyout server.key -out server.cert
Re: Secure Connection Failed
Just remove the two cert files and they will be re-created.