Unable to access openHAB from VScode

Thanks for the info… Now, When click openHAB icon, I am getting below error,

image

That has been discussed in the GitHub issue linked above.
Please have a look there.

I am out at this point anyway unfortunately.
I am not working with self signed certificates nor https for my openHAB instance currently.
So I have not really much knowledge about this topic.

Thanks for the info. I will go through the document and let know the result.

1 Like

I have already got certificate for my openhab server (eg. mydomain.ga:4443)

{"openhab.host": "https://mydomain.ga",
    "openhab.port": 4443}

I am not getting any REST API Error

1 Like

OK. so your openHAB service was not listening on port 8443 but on 4443 then…

OR

it is just an example

OR

the external domain port is mapped to 8443 internal

:slightly_smiling_face:

The 8443 on localhost looked like it worked until it tried to verify the certificate.

I am using proxy for 8443. What ever access goes to 4443 port, it is routed to 8443 port.