NEWS
[gelöst] Admin startet nicht mehr error:0D07207B
-
Hallo,
ich wollte ein eigenes Zertifikat installieren und damit passt wohl etwas nicht.
Ich habe den privaten und öffentlich schlüssel über das webinterface per drag'n drop hinzugefügt und dann im admin adapter TLS eingeschaltet.
Leider kommt nach einem neustart die admin nicht mehr hoch:
Das hier steht im log:
! 2018-11-19 15:15:54.847 - [32minfo[39m: admin.0 starting. Version 3.5.10 in C:/ioBroker/node_modules/iobroker.admin, node: v6.12.0
! 2018-11-19 15:15:54.891 - [32minfo[39m: admin.0 Request actual repository…
! 2018-11-19 15:15:54.893 - [32minfo[39m: admin.0 requesting all states
! 2018-11-19 15:15:54.894 - [32minfo[39m: admin.0 requesting all objects
! 2018-11-19 15:15:55.151 - [32minfo[39m: host.iobroker Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
! 2018-11-19 15:15:55.765 - [32minfo[39m: admin.0 received all states
! 2018-11-19 15:15:55.869 - [32minfo[39m: admin.0 Repository received successfully.
! 2018-11-19 15:15:56.337 - [32minfo[39m: admin.0 received all objects
! 2018-11-19 15:15:56.509 - [31merror[39m: admin.0 uncaught exception: error:0D07207B:asn1 encoding routines:ASN1_get_object:header too long
! 2018-11-19 15:15:56.509 - [31merror[39m: admin.0 Error: error:0D07207B:asn1 encoding routines:ASN1_get_object:header too long
! at Error (native)
! at Object.createSecureContext (_tls_common.js:85:17)
! at Server (_tls_wrap.js:776:25)
! at new Server (https.js:26:14)
! at Object.exports.createServer (https.js:47:10)
! at Object.createServer (C:\ioBroker\node_modules\iobroker.js-controller\lib\letsencrypt.js:173:39)
! at __construct (C:\ioBroker\node_modules\iobroker.admin\lib\web.js:426:32)
! at new Web (C:\ioBroker\node_modules\iobroker.admin\lib\web.js:457:7)
! at getData (C:\ioBroker\node_modules\iobroker.admin\main.js:283:39)
! at Socket.adapter.objects.getObjectList (C:\ioBroker\node_modules\iobroker.admin\main.js:337:35)
! 2018-11-19 15:15:56.510 - [32minfo[39m: admin.0 terminating https server on port 8081
! 2018-11-19 15:15:56.511 - [32minfo[39m: admin.0 terminating
! 2018-11-19 15:15:56.540 - [31merror[39m: Caught by controller[0]: Error: error:0D07207B:asn1 encoding routines:ASN1_get_object:header too long
! 2018-11-19 15:15:56.540 - [31merror[39m: Caught by controller[0]: at Error (native)
! 2018-11-19 15:15:56.540 - [31merror[39m: Caught by controller[0]: at Object.createSecureContext (_tls_common.js:85:17)
! 2018-11-19 15:15:56.540 - [31merror[39m: Caught by controller[0]: at Server (_tls_wrap.js:776:25)
! 2018-11-19 15:15:56.540 - [31merror[39m: Caught by controller[0]: at new Server (https.js:26:14)
! 2018-11-19 15:15:56.540 - [31merror[39m: Caught by controller[0]: at Object.exports.createServer (https.js:47:10)
! 2018-11-19 15:15:56.540 - [31merror[39m: Caught by controller[0]: at Object.createServer (C:\ioBroker\node_modules\iobroker.js-controller\lib\letsencrypt.js:173:39)
! 2018-11-19 15:15:56.540 - [31merror[39m: Caught by controller[0]: at __construct (C:\ioBroker\node_modules\iobroker.admin\lib\web.js:426:32)
! 2018-11-19 15:15:56.540 - [31merror[39m: Caught by controller[0]: at new Web (C:\ioBroker\node_modules\iobroker.admin\lib\web.js:457:7)
! 2018-11-19 15:15:56.540 - [31merror[39m: Caught by controller[0]: at getData (C:\ioBroker\node_modules\iobroker.admin\main.js:283:39)
! 2018-11-19 15:15:56.540 - [31merror[39m: Caught by controller[0]: at Socket.adapter.objects.getObjectList (C:\ioBroker\node_modules\iobroker.admin\main.js:337:35)
! 2018-11-19 15:15:56.540 - [31merror[39m: host.iobroker instance system.adapter.admin.0 terminated with code 0 (OK)
! 2018-11-19 15:15:56.541 - [32minfo[39m: host.iobroker Restart adapter system.adapter.admin.0 because enabled[/spoiler]Wie kann ich denn TLS über ein Konfigdatei / DB am einfachsten abschalten (oder das Zertifikat ersetzen)? Gibt es ein Befehlszeilen kommando um einfach mit HTTP zu starten als mit https?
vielen Dank im voraus,
Jens