https not allowed in reactor?
-
Not enough detail here to respond.
-
What I meant was; is it possible for MSR to access HA if the HA-address is a https://192.168.x.x:8123? With the "s"? Because I couldn't.
-
Let'sEncrypt works fine; I use them exclusively myself. I was hoping you'd tell me what platform you're on (in addition to other things, like maybe that you've looked at the logs and snipped the messages around the request), but in case you're on Raspian, even new versions carry some pretty old data in annoying places. Make sure your system is up to date -- like any other system, there are OS and package updates that need to be followed. Also make sure you've updated the CA chain as well (on RPi, you can run
update-ca-certificates
). -
OK. You'll need to work out how to make sure your CA chain is up to date on those platforms; I don't know.
Also, have you tried the request with "Ignore self-signed/invalid SSL certificates" checked on?
-
OK. Of course, I was assuming, because of your example in reply to me, that you were making an HTTP request (via the HTTP Request action in reactions) to HA, not trying to use the secure websocket at the Controller interface level. This is why details in reports are important. More better than less. Also, if you have posted information from log files, it also would have been obvious that I was thinking about the wrong connection.