ioBroker / ioBroker.simple-api

HTTP-API Interface to read and write objets and states
MIT License
41 stars 19 forks source link

Unable to verify the first certificate #198

Closed mhoster83 closed 1 month ago

mhoster83 commented 1 month ago

Hallo zusammen,

ich versuche die Simple API in meinem IO-Broker. Bei Postman bekomme ich immer die Fehlermeldung "Unable to verify the first certificate". Ich nutze ACME und habe zwischenzeitlich alles neu installiert und ausprobiert.

Hat jemand eine Idee?

Wenn ich versuche mit einer anderen IO-Broker Instanz über Request die Simple API anzusprechen bekomme ich folgende Fehlermeldung.

Danke

script.js.Status_an_API_ioBroker: Error: unable to verify the first certificate at TLSSocket.onConnectSecure (node:_tls_wrap:1659:34) at TLSSocket.emit (node:events:517:28) at TLSSocket.emit (node:domain:489:12) at TLSSocket._finishInit (node:_tls_wrap:1070:8) at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:856:12) { code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE' }