styxit / HTPC-Manager

A fully responsive interface to manage all your favorite software on your Htpc.
http://htpc.io
MIT License
529 stars 183 forks source link

Sabnzbd link #312

Open sparklyballs opened 9 years ago

sparklyballs commented 9 years ago

Clicking the link for the actual sabnzd page within the sabznd tab of htpcmanager opens https://localhost:9090/sabnzbd instead of the actual sabznd page which is elsewhere on my home network. Interestingly though, the tooltip for the link has the correct address in it.

screenies to make it clearer what i'm talking about.

1st the tab

screen shot 2014-11-03 at 23 25 26 2nd the page it opens instead of my internal ip for the webpage for sab.

screen shot 2014-11-03 at 23 25 42

Hellowlol commented 9 years ago

Can you inspect the link and see what the href is? Is it running from source or some nas package?

sparklyballs commented 9 years ago

i’ve found what the problem is, the href is

a href="http://192.168.1.60:9090" target="_blank" title="Open original Sabnzbd interface"Sabnzbd/a

but i’m using ssl so that should be https and firefox in its infinite wisdom defaults back to localhost if the s is missing from a https address.

(had to remove the greater than and less than symbols)

Hellowlol commented 9 years ago

Ah, i see. Well that shouldnt be hard to fix. I guess this this will happen to every module that uses ssl.