<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>This topic</title>
    <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264733#M199179</link>
    <description>&lt;P&gt;Is there a setting on the hub required if using apache and ssl?&lt;/P&gt;&lt;P&gt;Does anyone have an example of a site config file for such a server?&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;</description>
    <pubDate>Sat, 26 Nov 2022 13:45:42 GMT</pubDate>
    <dc:creator>dfl1955</dc:creator>
    <dc:date>2022-11-26T13:45:42Z</dc:date>
    <item>
      <title>Hub settings for an apache server using SSL</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264733#M199179</link>
      <description>&lt;P&gt;Is there a setting on the hub required if using apache and ssl?&lt;/P&gt;&lt;P&gt;Does anyone have an example of a site config file for such a server?&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2022 13:45:42 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264733#M199179</guid>
      <dc:creator>dfl1955</dc:creator>
      <dc:date>2022-11-26T13:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hub settings for an apache server using SSL</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264739#M199183</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.bt.com/t5/user/viewprofilepage/user-id/40943"&gt;@dfl1955&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Is there a setting on the hub required if using apache and ssl?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2022 14:23:47 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264739#M199183</guid>
      <dc:creator>licquorice</dc:creator>
      <dc:date>2022-11-26T14:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hub settings for an apache server using SSL</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264747#M199184</link>
      <description>&lt;P&gt;Do you have an example of a config file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2022 14:57:39 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264747#M199184</guid>
      <dc:creator>dfl1955</dc:creator>
      <dc:date>2022-11-26T14:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hub settings for an apache server using SSL</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264748#M199185</link>
      <description>&lt;P&gt;No, sorry. You would be better asking on either an Apache forum or your operating system's forum. It's not a BT thing.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2022 15:00:54 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264748#M199185</guid>
      <dc:creator>licquorice</dc:creator>
      <dc:date>2022-11-26T15:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hub settings for an apache server using SSL</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264750#M199186</link>
      <description>&lt;P&gt;The BT Smart Hub's firewall is just controlling what can go in and out based on a Layer 3 network.&amp;nbsp; So source IP addresses, destination IP addresses, port and protocol. It's not doing any TLS termination, mutual SSL auth, ect...&lt;/P&gt;
&lt;P&gt;As &lt;a href="https://community.bt.com/t5/user/viewprofilepage/user-id/85653"&gt;@licquorice&lt;/a&gt;&amp;nbsp; has said you'll need to onto the Apache developer forum or the developer forum of the software or hardware you're trying configure and use.&lt;/P&gt;
&lt;P&gt;Tip though, some opensource certificate authorities such as let's encrypt have packages you can use that help automate the configuration and rotate the certificate for you that work with Nginx or Apache.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2022 15:30:20 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264750#M199186</guid>
      <dc:creator>jac_95</dc:creator>
      <dc:date>2022-11-26T15:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hub settings for an apache server using SSL</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264751#M199187</link>
      <description>&lt;P&gt;If you just want the hub settings to forward traffic to an Apache server on your home network, it should be as simple as forwarding TCP ports 80 and 443 to your server's internal IP address.&lt;BR /&gt;&lt;BR /&gt;The rules are configured in 'Advanced Settings -&amp;gt; Firewall -&amp;gt; Port Forwarding'&lt;/P&gt;&lt;P&gt;You should then be able to connect from outside your home network to that server using your public IP address. &amp;nbsp;Bear in mind that this can change following a hub restart.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2022 15:37:58 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264751#M199187</guid>
      <dc:creator>ptrduffy</dc:creator>
      <dc:date>2022-11-26T15:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hub settings for an apache server using SSL</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264882#M199196</link>
      <description>&lt;P&gt;On my hub, the firewall rules for http and https are separate. I needed to install a second rule for https on the firewalls panel.&lt;/P&gt;&lt;P&gt;BT Home Hub 5 (Type A) | Software version 4.7.5.1.83.8.264&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help. &amp;lt;nosarcasm&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2022 11:24:46 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264882#M199196</guid>
      <dc:creator>dfl1955</dc:creator>
      <dc:date>2022-11-27T11:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hub settings for an apache server using SSL</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264885#M199197</link>
      <description>&lt;P&gt;It seems I had discovered the correct apache configs, the problem was I needed an https firewall rule.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2022 11:27:35 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264885#M199197</guid>
      <dc:creator>dfl1955</dc:creator>
      <dc:date>2022-11-27T11:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hub settings for an apache server using SSL</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264886#M199198</link>
      <description>&lt;P&gt;Thank you I consider this the best answer. Could whoever marked this as complete change the pointer to &lt;a href="https://community.bt.com/t5/user/viewprofilepage/user-id/288866"&gt;@ptrduffy&lt;/a&gt; 's reply.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2022 11:29:04 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2264886#M199198</guid>
      <dc:creator>dfl1955</dc:creator>
      <dc:date>2022-11-27T11:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hub settings for an apache server using SSL</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2435278#M215793</link>
      <description>&lt;P&gt;For Apache with SSL, you need to enable SSL module and configure the VirtualHost with your .crt&amp;nbsp;and .key&amp;nbsp;files. In the hub settings, ensure the base URL uses &lt;A href="https://&amp;nbsp;to" target="_blank"&gt;https://&amp;nbsp;to&lt;/A&gt; match your SSL setup. A simple example includes &amp;lt;VirtualHost&amp;nbsp; *:443&amp;gt;, SSLEngine on,&amp;nbsp;and paths to your certificate files. Restart Apache after changes.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 09:08:55 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2435278#M215793</guid>
      <dc:creator>muskina</dc:creator>
      <dc:date>2025-06-05T09:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hub settings for an apache server using SSL</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2435290#M215794</link>
      <description>&lt;P&gt;This is a two and a half year old thread.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 09:18:37 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2435290#M215794</guid>
      <dc:creator>licquorice</dc:creator>
      <dc:date>2025-06-05T09:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hub settings for an apache server using SSL</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2436086#M215876</link>
      <description>And does not address the question asked!!</description>
      <pubDate>Mon, 16 Jun 2025 08:33:49 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Hub-settings-for-an-apache-server-using-SSL/m-p/2436086#M215876</guid>
      <dc:creator>dfl1955</dc:creator>
      <dc:date>2025-06-16T08:33:49Z</dc:date>
    </item>
  </channel>
</rss>

