Page 1 of 1
Need help with HTTPS
Posted: November 1st, 2012, 1:15 pm
by akdfa
I'm running sabnzbd on a Win 8 machine and everything works fine except accessing it over HTTPS. I use DynDNS because I don't have a static IP. I forward the port I have set in sabnzbd in my router to the machine sabnzbd is running on. For a few hours everything works fine. I'm able to use the DynDNS host address I've setup to access sabnzbd (e.g.
https://myserver.dyndns.com:[my port number]). After a while, though, I get this:
This webpage is not available
Google Chrome could not load the webpage because myserver.dyndns.com took too long to respond. The website may be down, or you may be experiencing issues with your Internet connection.
If I change the port in sabnzbd and do a new port forward on my router, then everything works again. Then, again, I get "This webpage is not available". Anyone else experienced something similar? Is there something I'm doing wrong?
Re: Need help with HTTPS
Posted: November 1st, 2012, 1:21 pm
by shypike
Have you tried using another browser (like Firefox)?
Re: Need help with HTTPS
Posted: November 1st, 2012, 1:24 pm
by akdfa
I hadn't. But since you mentioned it I tried both Firefox and Safari. Nothing. But thank you for the suggestion.
Re: Need help with HTTPS
Posted: November 1st, 2012, 1:29 pm
by shypike
Does the same happen when you use the numerical IP?
Re: Need help with HTTPS
Posted: November 1st, 2012, 1:37 pm
by akdfa
Yes. I also get the issue whether I used the default certificate or a self-signed one.
Re: Need help with HTTPS
Posted: November 1st, 2012, 1:44 pm
by akdfa
Strangly, after a restart, I'm now able to access sabnzbd only via https and only from the local machine (e.g. https://localhost:[port]). I can't access sab from my local machine using
http://localhost:8080 or
http://192.168.xx.xx:8080.
Re: Need help with HTTPS
Posted: November 1st, 2012, 2:16 pm
by shypike
Which host address did you use in Config->General?
Re: Need help with HTTPS
Posted: November 1st, 2012, 2:56 pm
by akdfa
0.0.0.0
Re: Need help with HTTPS
Posted: November 1st, 2012, 3:10 pm
by shypike
Possibly the DNS is screwed up. Which OS?
The safe method might be to use the actual numeric IP that's assigned by your router to your PC.
However, it should not change afterwards.
Re: Need help with HTTPS
Posted: November 1st, 2012, 3:46 pm
by akdfa
shypike wrote:Possibly the DNS is screwed up. Which OS?
The safe method might be to use the actual numeric IP that's assigned by your router to your PC.
However, it should not change afterwards.
Windows 8 Enterprise. I used the internal IP and everything appears to be working as it should. Maybe this fixed it. I'll know by tomorrow as so far nothing has worked (assigning new ports, restarts, etc) for more than a day. Thanks for all the help so far.