NEWS
LetsEncrypt bringt immer Fehler
-
Hallo,
ich will die LetsEncrypt SSL zertifikate instalieren und nutzen. Ich bin nach dem Video vorgegenagen. Allerdings bekomme ich immer diese Fehler. Das npm Update habe ich gemacht. Brachte auch nichts.
JS Controller ist der 1.4.2
host.ioBroker-RasPi 2019-01-19 21:55:05.097 info hostname: ioBroker-RasPi, node: v8.11.1
host.ioBroker-RasPi 2019-01-19 21:55:05.096 info Copyright
2014-2018 bluefox, 2014 hobbyquaker
host.ioBroker-RasPi 2019-01-19 21:55:05.092 info iobroker.js-controller version 1.4.2 js-controller starting
host.ioBroker-RasPi 2019-01-19 21:55:02.169 info instance system.adapter.web.0 started with pid 1249
host.ioBroker-RasPi 2019-01-19 21:54:32.083 info Restart adapter system.adapter.web.0 because enabled
host.ioBroker-RasPi 2019-01-19 21:54:32.082 error instance system.adapter.web.0 terminated with code 0 (OK)
host.ioBroker-RasPi 2019-01-19 21:54:32.081 error Caught by controller[16]: Just run that real quick, restart, and everything will work great.
host.ioBroker-RasPi 2019-01-19 21:54:32.081 error Caught by controller[15]: npm install –save le-acme-core
host.ioBroker-RasPi 2019-01-19 21:54:32.080 error Caught by controller[14]: Hey, this isn't a big deal, but you need to manually add v1 support:
host.ioBroker-RasPi 2019-01-19 21:54:32.080 error Caught by controller[13]: === Error (easy-to-fix) ===
host.ioBroker-RasPi 2019-01-19 21:54:32.080 error Caught by controller[11]: Please update to Let's Encrypt v2 (ACME draft 12)
host.ioBroker-RasPi 2019-01-19 21:54:32.079 error Caught by controller[10]: Let's Encrypt v1 is deprecated.
host.ioBroker-RasPi 2019-01-19 21:54:32.079 error Caught by controller[10]: === WARNING ===
host.ioBroker-RasPi 2019-01-19 21:54:32.078 error Caught by controller[10]: Detected Let's Encrypt v01 URL (deprecated). Changing version to v01.
host.ioBroker-RasPi 2019-01-19 21:54:32.078 error Caught by controller[9]: This will be required in versions v2.3+
host.ioBroker-RasPi 2019-01-19 21:54:32.077 error Caught by controller[8]: (also 'npm install –save le-acme-core' as this legacy dependency will soon be removed)
host.ioBroker-RasPi 2019-01-19 21:54:32.076 error Caught by controller[8]: 'v01' for Let's Encrypt v1 (deprecated)
host.ioBroker-RasPi 2019-01-19 21:54:32.076 error Caught by controller[7]: or
host.ioBroker-RasPi 2019-01-19 21:54:32.073 error Caught by controller[6]: ('v02' is an alias of 'draft-12'
host.ioBroker-RasPi 2019-01-19 21:54:32.070 error Caught by controller[5]: 'draft-12' for Let's Encrypt v2 and ACME draft 12
host.ioBroker-RasPi 2019-01-19 21:54:32.067 error Caught by controller[4]: Please specify 'version' option:
host.ioBroker-RasPi 2019-01-19 21:54:32.064 error Caught by controller[3]: ==========================================================
host.ioBroker-RasPi 2019-01-19 21:54:32.060 error Caught by controller[3]: == greenlock.js (v2.2.0+) ==
host.ioBroker-RasPi 2019-01-19 21:54:32.059 error Caught by controller[2]: ==========================================================
web.0 2019-01-19 21:54:30.375 info starting. Version 2.4.1 in /opt/iobroker/node_modules/iobroker.web, node: v8.11.1
web.0 2019-01-19 21:54:30.374 error setObject id missing!!
host.ioBroker-RasPi 2019-01-19 21:54:26.472 info instance system.adapter.web.0 started with pid 729
Gruß
Werner
-
Niemand eine Idee?
Den Fehler hatten auch andere aber es gibt wohl keine Lösung.
Gruß
Werner
-
Hallo,
Hatte auch den Fehler. Bei mir hat es geholfen, das im Log angegebene Paket mit
npm install --save le-acme-core
zu installieren.
Lg
Carsten