ysimonx / node-red-contrib-melcloud

node-red node for mitsubishi with melcloud API
MIT License
15 stars 5 forks source link

Login issue #17

Closed Drahos-X closed 1 year ago

Drahos-X commented 1 year ago

"melcloud-connect" is reporting "Error: unable to verify the first certificate" [10.05.2023]. Username and password are OK, I am able to login to the MELCloud on their web page. Any idea?

MasterChips1 commented 1 year ago

I have the same problem from Today. Changed password, but didn't solve it.

Units are still remote accessible from app and website.

Drahos-X commented 1 year ago

I tested HTTP commands from Postman. If I switch off SSL certificate testing, everything works. I guess this is a problem with MELCloud server and their certificates.

Dňa 10. 5. 2023 o 22:39, MasterChips1 @.***> napísal:

I have the same problem from Today. Changed password, but didn't solve it.

Units are still remote accessible from app and website.

— Reply to this email directly, view it on GitHub https://github.com/ysimonx/node-red-contrib-melcloud/issues/17#issuecomment-1542779199, or unsubscribe https://github.com/notifications/unsubscribe-auth/APWD4M6DBHX4AKRXPEYH5FTXFP4GNANCNFSM6AAAAAAX5FA7VE. You are receiving this because you authored the thread.

MPowerData commented 1 year ago

Same problem here, strange why this happens all of a sudden...

h1ght0wer commented 1 year ago

Same issue here. I tried to create a new credential in Node Red, still no change. MELCloud via browser is working fine for me as well

ysimonx commented 1 year ago

Thanks everyone ! I will update the module as soon as I am back home in a next few hours

romainlataye commented 1 year ago

Temporarily, you can add in setting.js (nodered) : process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"; Before the module.exports line.

ysimonx commented 1 year ago

Hi @romainlataye @h1ght0wer @MPowerData @MasterChips1 @Drahos-X I do not have this issue anymore

do you confirm ?

thx

h1ght0wer commented 1 year ago

Mine seems to work again, thanks for looking into it 😊 even tho it fixed it self

Drahos-X commented 1 year ago

It is working now. Definitely the problem was related to the MELCloud server configuration.

Dňa 12. 5. 2023 o 22:42, h1ght0wer @.***> napísal:

Mine seems to work again, thanks for looking into it 😊 even tho it fixed it self

— Reply to this email directly, view it on GitHub https://github.com/ysimonx/node-red-contrib-melcloud/issues/17#issuecomment-1546272780, or unsubscribe https://github.com/notifications/unsubscribe-auth/APWD4M3DCIAK3LHFRWL4OK3XF2OEPANCNFSM6AAAAAAX5FA7VE. You are receiving this because you were mentioned.