mescon / Muximux

A lightweight way to manage your HTPC
GNU General Public License v2.0
1.14k stars 83 forks source link

Requesting http instead of https #192

Closed saintusmarcus closed 4 years ago

saintusmarcus commented 4 years ago

Muximux always redirect to http://domain.com/app instead of https://domain.com/app.

Using relative path "/app" doesn't work, so my first throught was to do absolue path "https://domain.com/app" instead, but that doesn't work either. It only seems to be an issue when trying to access content from the same domain, as a different domain works as expected.

I'm using the linuxserver/muximux/ docker image on ubuntu 19.04

saintusmarcus commented 4 years ago

Turns out the issue might be on my side, closing the issue for now