Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated certificate #274

Closed
Arcticon opened this issue May 9, 2024 · 2 comments
Closed

Outdated certificate #274

Arcticon opened this issue May 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Arcticon
Copy link
Contributor

Arcticon commented May 9, 2024

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
});
Arcticon added a commit to Arcticon/ioBroker.dysonairpurifier that referenced this issue May 9, 2024
@Grizzelbee
Copy link
Owner

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

@Arcticon
Copy link
Contributor Author

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

@Grizzelbee Grizzelbee added the enhancement New feature or request label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants