<?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[HA Proxy, same server multiple ports (Turnkey Linux)]]></title><description><![CDATA[<p dir="auto">I have a server that's running TurnKey Linux LAMP. IP is 10.20.20.6. It has it's own self sign cert, I want to use mine instead as it's valid.</p>
<p dir="auto">I can get to https://web.mydomain.net just fine with my cert. However, TKLAMP has some management sites that are accessed by port, Webadmin (12321) and Adminer (12322).</p>
<p dir="auto">When I go to https://web.mydomain.net:12321 eventually it loads but it's trying to load the self signed and not my cert. See my settings, I'm sure I'm doing something wrong:<br />
<img src="/assets/uploads/files/1734539883971-backend.png" alt="backend.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.netgate.com/topic/195665/ha-proxy-same-server-multiple-ports-turnkey-linux</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 04:10:35 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/195665.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Dec 2024 16:38:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to HA Proxy, same server multiple ports (Turnkey Linux) on Wed, 18 Dec 2024 22:19:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/creationguy">@<bdi>CreationGuy</bdi></a><br />
That's not a problem. However, you have to configure a separate backend for this. Then you can configure a frontend rule to forward certain traffic to it.</p>
<p dir="auto">Actually you have all three services within a single backend pool, all in  active mode. Hence you cannot determine which per rule.<br />
HAproxy can only load balance between these backens this way.</p>
]]></description><link>https://forum.netgate.com/post/1199991</link><guid isPermaLink="true">https://forum.netgate.com/post/1199991</guid><dc:creator><![CDATA[viragomann]]></dc:creator><pubDate>Wed, 18 Dec 2024 22:19:16 GMT</pubDate></item><item><title><![CDATA[Reply to HA Proxy, same server multiple ports (Turnkey Linux) on Wed, 18 Dec 2024 18:01:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/viragomann">@<bdi>viragomann</bdi></a> said in <a href="/post/1199970">HA Proxy, same server multiple ports (Turnkey Linux)</a>:</p>
<blockquote>
<p dir="auto">Anyway it doesn't work with all backends in a single backend pool. You have to configure a unique backend for each.</p>
</blockquote>
<p dir="auto">I could use a different host name, however the software is coded to access those sites only via the port.</p>
]]></description><link>https://forum.netgate.com/post/1199971</link><guid isPermaLink="true">https://forum.netgate.com/post/1199971</guid><dc:creator><![CDATA[CreationGuy]]></dc:creator><pubDate>Wed, 18 Dec 2024 18:01:02 GMT</pubDate></item><item><title><![CDATA[Reply to HA Proxy, same server multiple ports (Turnkey Linux) on Wed, 18 Dec 2024 17:50:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/creationguy">@<bdi>CreationGuy</bdi></a> said in <a href="/post/1199962">HA Proxy, same server multiple ports (Turnkey Linux)</a>:</p>
<blockquote>
<p dir="auto">When I go to https://web.mydomain.net:12321 eventually it loads but it's trying to load the self signed and not my cert.</p>
</blockquote>
<p dir="auto">So you might have forwarded this port 12321 to the backend.</p>
<p dir="auto">Anyway it doesn't work with all backends in a single backend pool. You have to configure a unique backend for each.</p>
<p dir="auto">If you want to access them using the port for whatever reason, you have also add this port to the frontend or configure additional frontends.</p>
<p dir="auto">The more smart way is to use a different hostname, but this require, that the cert covers it.</p>
]]></description><link>https://forum.netgate.com/post/1199970</link><guid isPermaLink="true">https://forum.netgate.com/post/1199970</guid><dc:creator><![CDATA[viragomann]]></dc:creator><pubDate>Wed, 18 Dec 2024 17:50:49 GMT</pubDate></item></channel></rss>