Grizzelbee / ioBroker.dysonairpurifier

ioBroker Adapter to control to your dyson fan and air purifier devices such as Pure Cool, Hot & Cool and others.
MIT License
13 stars 7 forks source link

Outdated certificate #274

Closed Arcticon closed 4 months ago

Arcticon commented 4 months ago

das zertifikat unter certificates/intermediate.pem ist bereits abgelaufen. wenn man die root zertifikate von node (mozilla) nimmt, dann funktionieren die requests auch.

const tls = require('tls');
const httpsAgent = new https.Agent({
  ca: [...tls.rootCertificates],
  rejectUnauthorized: false
});
Grizzelbee commented 4 months ago

Welche Requests genau fahren denn gegen die Wand? 😲 Mir ist da nichts bekannt.

Arcticon commented 4 months ago

noch funktioniert alles. es kann sein, dass es in zukunft nicht mehr funktioniert. und je weniger dependencies, desto besser :)