aserramonner/MMM-HASS

Not working with https

Opened this issue · 1 comments

I could not make this module to work with https as it is. I had to change the "node_helper.js" file. I added "rejectUnauthorized: false," to the var get_options. But, according to this https://stackoverflow.com/questions/31673587/error-unable-to-verify-the-first-certificate-in-nodejs, there is a better way.... It would be nice to have the code properly working for https.

I am struggling with the same. Can you post the modded file? Where exactly do I put that in the node_helper.js?