Closed brianhanifin closed 5 years ago
:wave: Thanks for opening your first issue here! If you're reporting a :bug: bug, please make sure you include steps to reproduce it. Also, logs, error messages and information about your hardware might be usefull.
Unfortunately, this cannot be dynamically changed in this case. This is an Hass.io limitation.
Closing issue.
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
Problem/Motivation
I fought with this for hours in Safari, just to discover an SSL error in Chrome. Shame on me, I should have tried that sooner. 🤦♂
My server is behind Wireguard so is not public facing, so I am no longer concerned with SSL.
Expected behavior
When
"ssl": false
is set, http should be the chosen protocol instead of https. Desired URL =http://[localip]:5713
Actual behavior
The browser opened with
https://[localip]:5713
.Steps to reproduce
Proposed changes
I propose that you add an
if
statement when defining the OPEN WEB UI url. 😉