I'm trying to setup NodeRed and HomeSeer. I have HomeSeer running being a reverse-proxy secured an SSL certificate. However, I don't seem to be able to setup the HomeSeer Server definition within NodeRed as an SSL connection.
If I try to set it up as the following:
then NodeRed isn't able to communicate with HS4. If I look at connection it is trying to make, it is sending unencrypted requests to the HTTPS port. In fact, if I trace the connection, I see it is trying to reach `http://homeseer.domain.ca:443`, which clearly is wrong.
If I change the IP address to be `https://homeseer.domain.ca` instead, it attempts to resolve `https` as an IP, which is not correct either.
Has anyone had any success configuring NodeRed to communicate with HS over SSL/HTTPS?
Thanks,
Eric
If I try to set it up as the following:
then NodeRed isn't able to communicate with HS4. If I look at connection it is trying to make, it is sending unencrypted requests to the HTTPS port. In fact, if I trace the connection, I see it is trying to reach `http://homeseer.domain.ca:443`, which clearly is wrong.
If I change the IP address to be `https://homeseer.domain.ca` instead, it attempts to resolve `https` as an IP, which is not correct either.
Has anyone had any success configuring NodeRed to communicate with HS over SSL/HTTPS?
Thanks,
Eric
Comment