You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to setup Domoticz devices I put in my ip address (in my instance its the same as the ha-bridge server) and port 443. However, no devices populate on the Domoticz tab. Checking the logs it becomes clear that the generated url is "http://[ipaddress]:443/[Restofurl].
The problem is that the url should be "https://" if the specified port is 443.
I'm digging through the code to figure out how to convince ha-bridge to use https, but it seems that it should be smart enough to detect that port and switch to "secure" mode.
The text was updated successfully, but these errors were encountered:
When trying to setup Domoticz devices I put in my ip address (in my instance its the same as the ha-bridge server) and port 443. However, no devices populate on the Domoticz tab. Checking the logs it becomes clear that the generated url is "http://[ipaddress]:443/[Restofurl].
The problem is that the url should be "https://" if the specified port is 443.
I'm digging through the code to figure out how to convince ha-bridge to use https, but it seems that it should be smart enough to detect that port and switch to "secure" mode.
The text was updated successfully, but these errors were encountered: