Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Domoticz discovery fails when using https without any credentials #992

Closed
necoras opened this issue Sep 6, 2018 · 1 comment · Fixed by #1085
Closed

Domoticz discovery fails when using https without any credentials #992

necoras opened this issue Sep 6, 2018 · 1 comment · Fixed by #1085

Comments

@necoras
Copy link

necoras commented Sep 6, 2018

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:https://[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.

@bwssytems
Copy link
Owner

Yep, that is the issue. I will need to add the Use SSL checkbox and implementation to make it use https

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants