Page 1 of 1

Re: Secure Connection Failed

Posted: December 17th, 2009, 2:41 am
by shypike
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?

Re: Secure Connection Failed

Posted: December 18th, 2009, 11:59 am
by rAf
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

Posted: December 18th, 2009, 4:14 pm
by shypike
Just remove the two cert files and they will be re-created.