Redirect to https?
Opened this issue · 2 comments
hobbes1069 commented
I'm not sure if this has been requested before but I was fighting getting to mineos after changing the port to be different from my Unifi Controller which wants the same port. Only this morning did I realize that I had to specify https in the URL. I know other systems redirect you automatically. Is it possible/easy to add this feature to mineos?
ghostsquad commented
This problem seems to be a limitation of CherryPy which is the webframework MineOS uses. Check out this long thread:
It seems that if you really want to get this to work, install Nginx and then configure it to redirect http traffic to https.
hobbes1069 commented
Ahh... I wasn't sure if there was a technical limitation or a "just hadn't gotten around to it" problem. Thanks for the follow-up.