jvmahon / Homebridge-HomeSeer4

Homebridge Plugin for HomeSeer 3 and 4
28 stars 8 forks source link

Homeseer web control ssl #167

Closed funsurfer558 closed 2 years ago

funsurfer558 commented 2 years ago

Is it possible to use your plugin when the homeseer web control is ssl enabled? I have your plugin setup on hoobs on a raspberry pi but the plugin won't connect when ssl is enabled on homeseer.

I am using a self signed certificate named as the hostname of the homeseer server. I exported the certificate onto the raspberry pi and added it to the trusted certificate store. I also added the hostname and local ip of the homeseer server onto the raspberry pi. I am able to validate that the certificate is installed correctly by bringing up a chrome browser on the raspberry pi and connect to the homeseer web control with no name resolving or certificate issues and login.

jvmahon commented 2 years ago

I don't know. When you tried it, did you specify port 443 as part of the host parameter instead of port 80? I think 443 is usually used for ssl? Other than that, I have no suggestions for you to try.