<?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[http connection denied despite open whiteList]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I tried to connect to my MM via Firefox on Port 8080. By it doesn´t works. I got the error “connection refused”.<br />
When I tried to connect via telnet I get the error “connection error”.<br />
But my whiteList is completely open.</p>
<p dir="auto">My config is</p>
<pre><code>var config = {
        address: "localhost",   // Address to listen on, can be:
                                                        // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
                                                        // - another specific IPv4/6 to listen on a specific interface
                                                        // - "0.0.0.0", "::" to listen on any interface
                                                        // Default, when address config is left out or empty, is "localhost"
        electronOptions: {
        webPreferences: {
        webviewTag: true
                }
        },
        port: 8080,
        basePath: "/",  // The URL path where MagicMirror is hosted. If you are using a Reverse proxy
                                        // you must set the sub path here. basePath must end with a /
        ipWhitelist: [],        //**** Set [] to allow all IP addresses
                                                                                                                        // or add a specific IPv4 of 192.168.1.5 :
                                                                                                                        // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
                                                                                                                        // or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :
                                                                                                                        // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],

        useHttps: false,                // Support HTTPS or not, default "false" will use HTTP
        httpsPrivateKey: "",    // HTTPS private key path, only require when useHttps is true
        httpsCertificate: "",   // HTTPS Certificate path, only require when useHttps is true

        language: "de",
        logLevel: ["INFO", "LOG", "WARN", "ERROR"],
        timeFormat: 24,

</code></pre>
<p dir="auto">So I allow all IPs.</p>
<p dir="auto">My second MM has the same whiteList. And I can connect.</p>
<p dir="auto">It would be fine, when you have some good ideas for me to help.</p>
<p dir="auto">Thank you in advance.<br />
Lars</p>
]]></description><link>https://forum.magicmirror.builders/topic/14775/http-connection-denied-despite-open-whitelist</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 01:42:59 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14775.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Mar 2021 12:13:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to http connection denied despite open whiteList on Sat, 13 Mar 2021 13:47:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fribse" aria-label="Profile: fribse">@<bdi>fribse</bdi></a> That´s it! I thought there must be something simple. I changed it to 0.0.0.0 and it works.</p>
<p dir="auto">Thanks to both of you for your help.</p>
]]></description><link>https://forum.magicmirror.builders/post/89445</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89445</guid><dc:creator><![CDATA[Klinge]]></dc:creator><pubDate>Sat, 13 Mar 2021 13:47:08 GMT</pubDate></item><item><title><![CDATA[Reply to http connection denied despite open whiteList on Sat, 13 Mar 2021 12:50:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/klinge" aria-label="Profile: klinge">@<bdi>klinge</bdi></a> localhost means only apps INSIDE the mm system can connect.</p>
]]></description><link>https://forum.magicmirror.builders/post/89443</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89443</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 13 Mar 2021 12:50:07 GMT</pubDate></item><item><title><![CDATA[Reply to http connection denied despite open whiteList on Sat, 13 Mar 2021 12:20:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/klinge" aria-label="Profile: klinge">@<bdi>klinge</bdi></a> you are tying it to localhost only? If you do that, you can’t connect to it, it should be 0.0.0.0 or something like that?</p>
]]></description><link>https://forum.magicmirror.builders/post/89441</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89441</guid><dc:creator><![CDATA[fribse]]></dc:creator><pubDate>Sat, 13 Mar 2021 12:20:42 GMT</pubDate></item></channel></rss>