Page 1 of 1

Localhost 9090

Posted: August 5th, 2011, 1:13 pm
by reposter432
When I start a new download, I get the message on my browser:

"Safari can't identify the identity of the website localhost 9090" and I can click Continue. The download starts fine anyway. It says, "The certificate is not valid. (host name mismatch)"

I am running Sabnzbd+ version 0.6.6 on OS X Lion. I have "Enable HTTPS" checked, which is good to have on, right? But I see that "Sabnzbd+ should listen on port 8080." So it's not using port 8080?

Should I set it to "always trust" the 9090 SSL connection?

Re: Localhost 9090

Posted: August 5th, 2011, 1:45 pm
by inpheaux
8080 is for non-HTTPS. 9090 is for HTTPS. You told it you wanted HTTPS, so you're getting the HTTPS port. Safari is complaining about the cert being invalid because it's a self-signed cert.

Essentially, what you're seeing is completely normal.

Re: Localhost 9090

Posted: August 5th, 2011, 2:18 pm
by reposter432
Thanks for the info.