Page 1 of 1

Installed Domoticz without HTTP and can't use HA Bridge

Posted: Sunday 18 March 2018 3:36
by amercat37
When I installed Domoticz, I only selected HTTPS. I did not select HTTP. I'm trying to use the HA Bridge and it only seems to work with HTTP. Is there any way to enable HTTP now? Or does anyone know of a way to get the HA Bridge to connect with HTTPS?

Thanks,
Allen

Re: Installed Domoticz without HTTP and can't use HA Bridge

Posted: Monday 19 March 2018 1:04
by amercat37
I found my answer:
sudo nano /etc/init.d/domoticz.sh
Change the www port from 0 to 8080 or whatever.

Re: Installed Domoticz without HTTP and can't use HA Bridge

Posted: Monday 19 March 2018 18:58
by magnusb
I did the other way around, I only selected http and not https. Can I add https afterwards somehow?
I looked at /etc/init.d/domoticz.sh, but didn't see anything I could do there, as it already had:

DAEMON_ARGS="$DAEMON_ARGS -www 8080"
DAEMON_ARGS="$DAEMON_ARGS -sslwww 443"

I'd need https for Controlicz (I guess?). Plus of course, general security.

Re: Installed Domoticz without HTTP and can't use HA Bridge

Posted: Sunday 04 November 2018 10:17
by BazsoDombiAndras
I'm also using Domoticz over HTTPS and I'm not willing ot give that up for HABridge. Is there any way to make HABridge work over HTTPS?

Thanks!