<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Letsencrypt will nicht laufen]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">Ich versuche gerade auf meinem Pi3 wo iobroker läuft ein letsencrypt zertifikat zu bekommen.<br />
Während es ohne Let´s Encrypt noch https läuft stürtzt beim einschalten der admin adapter jedesmal ab.<br />
Leider verstehe ich nicht wieso.</p>
<p dir="auto">Vl kennt ja jemand das Problem schon.</p>
<pre><code>2019-04-02 19:47:38.233 - error: Caught by controller[0]: { Error: listen EADDRINUSE :::80
2019-04-02 19:47:38.234 - error: Caught by controller[0]: at Server.setupListenHandle [as _listen2] (net.js:1360:14)
2019-04-02 19:47:38.235 - error: Caught by controller[0]: at listenInCluster (net.js:1401:12)
2019-04-02 19:47:38.235 - error: Caught by controller[0]: at Server.listen (net.js:1485:7)
2019-04-02 19:47:38.235 - error: Caught by controller[0]: at Object.createServer (/opt/iobroker/node_modules/iobroker.js-controller/lib/letsencrypt.js:75:21)
2019-04-02 19:47:38.235 - error: Caught by controller[0]: at __construct (/opt/iobroker/node_modules/iobroker.admin/lib/web.js:446:32)
2019-04-02 19:47:38.235 - error: Caught by controller[0]: at new Web (/opt/iobroker/node_modules/iobroker.admin/lib/web.js:477:7)
2019-04-02 19:47:38.235 - error: Caught by controller[0]: at getData (/opt/iobroker/node_modules/iobroker.admin/main.js:388:39)
2019-04-02 19:47:38.235 - error: Caught by controller[0]: at adapter.getForeignStates (/opt/iobroker/node_modules/iobroker.admin/main.js:414:35)
2019-04-02 19:47:38.235 - error: Caught by controller[0]: at that.states.getStates (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:4612:61)
2019-04-02 19:47:38.236 - error: Caught by controller[0]: at Socket. (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInMemClient.js:157:27)
2019-04-02 19:47:38.236 - error: Caught by controller[0]: at Socket.onack (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:312:9)
2019-04-02 19:47:38.236 - error: Caught by controller[0]: at Socket.onpacket (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:236:12)
2019-04-02 19:47:38.236 - error: Caught by controller[0]: at Manager. (/opt/iobroker/node_modules/component-bind/index.js:21:15)
2019-04-02 19:47:38.236 - error: Caught by controller[0]: at Manager.Emitter.emit (/opt/iobroker/node_modules/component-emitter/index.js:133:20)
2019-04-02 19:47:38.236 - error: Caught by controller[0]: at Manager.ondecoded (/opt/iobroker/node_modules/socket.io-client/lib/manager.js:332:8)
2019-04-02 19:47:38.236 - error: Caught by controller[0]: at Decoder. (/opt/iobroker/node_modules/component-bind/index.js:21:15)
2019-04-02 19:47:38.236 - error: Caught by controller[0]: errno: 'EADDRINUSE',
2019-04-02 19:47:38.237 - error: Caught by controller[0]: code: 'EADDRINUSE',
2019-04-02 19:47:38.237 - error: Caught by controller[0]: syscall: 'listen',
2019-04-02 19:47:38.237 - error: Caught by controller[0]: address: '::',
2019-04-02 19:47:38.237 - error: Caught by controller[0]: port: 80 }
2019-04-02 19:47:38.237 - error: host.raspberrypi instance system.adapter.admin.0 terminated with code 0 (OK)
2019-04-02 19:47:38.237 - info: host.raspberrypi Restart adapter system.adapter.admin.0 because enabled
2019-04-02 19:47:39.262 - info: host.raspberrypi object change system.adapter.admin.0
</code></pre>
]]></description><link>https://forum.iobroker.net/topic/21498/letsencrypt-will-nicht-laufen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 13:55:08 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/21498.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Apr 2019 17:58:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Letsencrypt will nicht laufen on Sun, 07 Apr 2019 13:24:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/darkiop" aria-label="Profile: darkiop">@<bdi>darkiop</bdi></a> Hallo,</p>
<p dir="auto">Ich habe mich an dieses Tutorial gehalten:<br />
<a href="https://tutorials-raspberrypi.de/raspberry-pi-ssl-zertifikat-kostenlos-mit-lets-encrypt-erstellen/" rel="nofollow ugc">https://tutorials-raspberrypi.de/raspberry-pi-ssl-zertifikat-kostenlos-mit-lets-encrypt-erstellen/</a></p>
<p dir="auto">Allerdings musste ich hier und da noch etwas anpassen je nachdem was noch auf dem PI läuft:</p>
<pre><code>sudo apt-get install git
cd ~
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
</code></pre>
<p dir="auto">Das hier musste bei mir noch rein da der certbot fehlt:</p>
<pre><code>sudo apt-get install python-certbot-apache
</code></pre>
<pre><code>./letsencrypt-auto -d ERSTE_DOMAIN -d ZWEITE_DOMAIN --redirect -m DEINE_MAIL
</code></pre>
<p dir="auto">Hier kam es bei mir allerdings zu einem solchen Fehler:</p>
<pre><code>pip prints the following errors: ===================================================== Collecting ConfigArgParse==0.14.0 (from -r /tmp/tmp.iW05XqH4O0/letsencrypt-auto-requirements.txt (line 7))
</code></pre>
<p dir="auto">Grund dafür ist wohl ein bug bei pip der er vor einem Tag oder so aufkam bei einer neueren rasbian version.<br />
Leider habe ich mir den Link nicht gespeichert. Es musste einfach in der pip conf alles gelöscht werden damit er den certbot nicht mehr überprüft und danach klappt alles</p>
<pre><code>sudo crontab -e
</code></pre>
<p dir="auto">und das hier in crontab eintragen damit das Zertifikat immer wieder erneurt wird.<br />
0 1 2 * * /home/pi/letsencrypt/letsencrypt-auto -d ERSTE_DOMAIN -d ZWEITE_DOMAIN --redirect -m DEINE_MAIL --agree-tos --renew-by-default</p>
<p dir="auto">Nachdem nun endlich alles geklappt hatte und immerhin mal die Zertifikate da waren einfach auf den Schraubenschlüssel in iobroker drücken.<br />
Dann auf den Tab Zertifikate tippen.<br />
Und dort die Dateien mit dem absoluten Pfad eintragen:<br />
/etc/letsencrypt/live/ERSTE_DOMAIN/</p>
<p dir="auto">Öffentliches Zertifikat: cert.pem<br />
Privates Zertifikat: privkey.cem<br />
Verkettetes Zertifikat: fullchain.pem</p>
<p dir="auto">Diese müssen dann im Admin-Adapter noch ausgewählt werden und HTTPS aktiviert.<br />
Autentifizierung bitte auch an machen ansonsten öffnet man das Tor zur Hölle <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f602.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--joy" style="height:23px;width:auto;vertical-align:middle" title=":joy:" alt="😂" /></p>
<p dir="auto">Den Letsencrypt tab fassen wir nicht im admin adapter an bzw deaktivieren da alles.<br />
Zumindest klappt es bei mir so.</p>
]]></description><link>https://forum.iobroker.net/post/250965</link><guid isPermaLink="true">https://forum.iobroker.net/post/250965</guid><dc:creator><![CDATA[9_Mad-Max_5]]></dc:creator><pubDate>Sun, 07 Apr 2019 13:24:13 GMT</pubDate></item><item><title><![CDATA[Reply to Letsencrypt will nicht laufen on Sun, 07 Apr 2019 09:20:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/9_mad-max_5" aria-label="Profile: 9_Mad-Max_5">@<bdi>9_Mad-Max_5</bdi></a> Kannst du kurz beschreiben was du da genau gemacht hast?</p>
]]></description><link>https://forum.iobroker.net/post/250926</link><guid isPermaLink="true">https://forum.iobroker.net/post/250926</guid><dc:creator><![CDATA[darkiop]]></dc:creator><pubDate>Sun, 07 Apr 2019 09:20:59 GMT</pubDate></item><item><title><![CDATA[Reply to Letsencrypt will nicht laufen on Fri, 05 Apr 2019 20:03:42 GMT]]></title><description><![CDATA[<p dir="auto">Habe es jetzt aufgegeben und einfach letsecrypt direkt instaliert und die zertifikate in iobroker angezogen. Das hat fast auf anhieb geklappt und ich hatte jetzt keine lust mehr.</p>
]]></description><link>https://forum.iobroker.net/post/250592</link><guid isPermaLink="true">https://forum.iobroker.net/post/250592</guid><dc:creator><![CDATA[9_Mad-Max_5]]></dc:creator><pubDate>Fri, 05 Apr 2019 20:03:42 GMT</pubDate></item><item><title><![CDATA[Reply to Letsencrypt will nicht laufen on Fri, 05 Apr 2019 14:32:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/9_mad-max_5" aria-label="Profile: 9_Mad-Max_5">@<bdi>9_Mad-Max_5</bdi></a> kannst du das lets encrypt.scriptal manuell anschmeissen? Gibt bestimmt einen Fehler. Ggf Mal im Log schauen.</p>
]]></description><link>https://forum.iobroker.net/post/250452</link><guid isPermaLink="true">https://forum.iobroker.net/post/250452</guid><dc:creator><![CDATA[astrakid]]></dc:creator><pubDate>Fri, 05 Apr 2019 14:32:09 GMT</pubDate></item><item><title><![CDATA[Reply to Letsencrypt will nicht laufen on Fri, 05 Apr 2019 09:29:09 GMT]]></title><description><![CDATA[<p dir="auto">Mhm leider will dieser teil vom admin adapter einfach nicht so wie ich will.</p>
]]></description><link>https://forum.iobroker.net/post/250351</link><guid isPermaLink="true">https://forum.iobroker.net/post/250351</guid><dc:creator><![CDATA[9_Mad-Max_5]]></dc:creator><pubDate>Fri, 05 Apr 2019 09:29:09 GMT</pubDate></item><item><title><![CDATA[Reply to Letsencrypt will nicht laufen on Fri, 05 Apr 2019 06:11:39 GMT]]></title><description><![CDATA[<p dir="auto">So hat ne weile gedauert bis alles wieder lief. Ja der Port 80 ist von außen verfügbar habe ihn durch gereicht genauso wie 443.<br />
Solange ich die Schlüssel auf default lasse klappt alles. Aber wenn ich Let´s encrypt einschalte passiert ewig nichts, bestimmt eine 3/4 h habe ich es schon laden lassen. Vorgestern bevor ich erneut den Pi bereinigt hatte von alten Projekten hat es auch einmal funktioniert und er hat alles im Ordner abgelegt. Aber das scheint er nicht mehr zu mögen.</p>
]]></description><link>https://forum.iobroker.net/post/250293</link><guid isPermaLink="true">https://forum.iobroker.net/post/250293</guid><dc:creator><![CDATA[9_Mad-Max_5]]></dc:creator><pubDate>Fri, 05 Apr 2019 06:11:39 GMT</pubDate></item><item><title><![CDATA[Reply to Letsencrypt will nicht laufen on Wed, 03 Apr 2019 16:13:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/9_mad-max_5" aria-label="Profile: 9_Mad-Max_5">@<bdi>9_Mad-Max_5</bdi></a> da kommt keine Antwort von le<br />
Welche Daten verwendest du? Kommst du von aussen über Port 80 auf deinen rpi3?</p>
]]></description><link>https://forum.iobroker.net/post/249716</link><guid isPermaLink="true">https://forum.iobroker.net/post/249716</guid><dc:creator><![CDATA[astrakid]]></dc:creator><pubDate>Wed, 03 Apr 2019 16:13:57 GMT</pubDate></item><item><title><![CDATA[Reply to Letsencrypt will nicht laufen on Tue, 02 Apr 2019 19:54:15 GMT]]></title><description><![CDATA[<p dir="auto">Still not working</p>
<pre><code>admin.0	2019-04-02 21:48:16.093	error	Cannot get certificates: Error: socket hang up
</code></pre>
]]></description><link>https://forum.iobroker.net/post/249475</link><guid isPermaLink="true">https://forum.iobroker.net/post/249475</guid><dc:creator><![CDATA[9_Mad-Max_5]]></dc:creator><pubDate>Tue, 02 Apr 2019 19:54:15 GMT</pubDate></item><item><title><![CDATA[Reply to Letsencrypt will nicht laufen on Tue, 02 Apr 2019 18:10:12 GMT]]></title><description><![CDATA[<p dir="auto">MHm ner error</p>
<pre><code>019-04-02 20:08:23.594	error	Cannot get certificates: Error: connect ETIMEDOUT 62.158.202.35:80
</code></pre>
]]></description><link>https://forum.iobroker.net/post/249414</link><guid isPermaLink="true">https://forum.iobroker.net/post/249414</guid><dc:creator><![CDATA[9_Mad-Max_5]]></dc:creator><pubDate>Tue, 02 Apr 2019 18:10:12 GMT</pubDate></item><item><title><![CDATA[Reply to Letsencrypt will nicht laufen on Tue, 02 Apr 2019 18:05:06 GMT]]></title><description><![CDATA[<p dir="auto">Ok sehr dumm von mir wenn der port 80 von Appache schon belegt es kann es natürich nicht klapen.</p>
]]></description><link>https://forum.iobroker.net/post/249412</link><guid isPermaLink="true">https://forum.iobroker.net/post/249412</guid><dc:creator><![CDATA[9_Mad-Max_5]]></dc:creator><pubDate>Tue, 02 Apr 2019 18:05:06 GMT</pubDate></item></channel></rss>