<?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[Qt MaintenanceTool ignores proxy setting]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">with the latest version of the <code>MaintenanceTool</code> the proxy settings are ignored. Even if I use the default settings for a system proxy, it ignores this settings. Therefore the <code>MaintenanceTool</code> is no longer available to access the internet on my machine. If I start it with debugging parameters ( <code>/opt/Qt/MaintenanceTool -g ifw.*=true,js=true -d</code> ) I get the following messages:</p>
<pre><code>IFW Version: 4.11.0, built with Qt 6.9.3.
Build date: Mar 11 2026
</code></pre>
<p dir="auto">It seems that there is left only the parameter <code>--sp, --system-proxy</code> to set for a system proxy. Even if I set a system proxy, it seems that <code>MaintenanceTool</code> ignores it. How can I force the <code>MaintenanceTool</code> to use a proxy?</p>
<p dir="auto">BTW: I'm on Linux (Debian)</p>
<p dir="auto">A.T.</p>
]]></description><link>https://forum.qt.io/topic/164514/qt-maintenancetool-ignores-proxy-setting</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 10:00:17 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164514.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 Apr 2026 08:02:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt MaintenanceTool ignores proxy setting on Fri, 10 Apr 2026 09:25:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/axel-spoerl">@<bdi>Axel-Spoerl</bdi></a> said in <a href="/post/837532">Qt MaintenanceTool ignores proxy setting</a>:</p>
<blockquote>
<p dir="auto">Hit the settings button on the lower left and choose the "Network" tab. Specify your proxy there.</p>
</blockquote>
<p dir="auto">This was the first thing I did. In the past this worked but now I can set the proxy and it is ignored. The previous versions as well as the actual version has the problem that it doesn't remember that a proxy was set. It remembers the proxy settings itself but on every start it is set to <em>System settings</em>.</p>
<blockquote>
<p dir="auto">If you prefer the command line: <code>/opt/Qt/MaintenanceTool --proxy http://proxyhost:8080</code> - or whatever the proxy port is instead of 8080.</p>
</blockquote>
<p dir="auto">Tried this also. This parameter seems to not exist any more. If I start it with this parameter it starts normal but ignores the setting. According to the help ( <code>MaintenanceTool --help</code> ) this parameter does not exist. Beside other parameters I get only this:</p>
<pre><code>  --sp, --system-proxy                               Use system proxy on
                                                     Windows and Linux. This
                                                     option has no effect on
                                                     macOS. (Default)
  --np, --no-proxy                                   Do not use system proxy.
</code></pre>
<blockquote>
<p dir="auto">On Linux it should actually work and it does for me, also with 4.11.0. I don't know of any fundamental changes in <code>QNetworkProxy</code> or the IFW. Since you can pin it down to a specific version, it could be that</p>
<ul>
<li>somehow the upgrade has tampered with <code>MaintenanceTool</code>'s settings file and an existing proxy setting got lost</li>
<li>a local change of proxy settings got in the way</li>
<li>there is a bug in 4.11</li>
</ul>
<p dir="auto">With that said, could you check you environment for any of those variables and their content?</p>
<pre><code>http_proxy / HTTP_PROXY
https_proxy / HTTPS_PROXY
</code></pre>
<p dir="auto">If they exist and IFW doesn't pick them up, we have landed a bug worth reporting under <a href="https://bugreports.qt.io" target="_blank" rel="noopener noreferrer nofollow ugc">https://bugreports.qt.io</a></p>
</blockquote>
<p dir="auto">Usually I don't use this environment variables, because the browsers allow to set this in the program. To access the machines on the <em>Intranet</em> I don't need the proxy. Because the list of exceptions for the proxy would be large, I renounced this.</p>
<p dir="auto">However: I tried to set this variables also, but it didn't change anything.</p>
<p dir="auto">To make it clear: The proxy itself is working. Other apps like browsers can access the Internet over the proxy.</p>
<p dir="auto">A.T.</p>
]]></description><link>https://forum.qt.io/post/837637</link><guid isPermaLink="true">https://forum.qt.io/post/837637</guid><dc:creator><![CDATA[TheoSys]]></dc:creator><pubDate>Fri, 10 Apr 2026 09:25:50 GMT</pubDate></item><item><title><![CDATA[Reply to Qt MaintenanceTool ignores proxy setting on Sat, 04 Apr 2026 10:08:23 GMT]]></title><description><![CDATA[<p dir="auto">Hi and happy Easter!</p>
<p dir="auto">Hit the settings button on the lower left and choose the "Network" tab. Specify your proxy there.<br />
If you prefer the command line: <code>/opt/Qt/MaintenanceTool --proxy http://proxyhost:8080</code> - or whatever the proxy port is instead of 8080.</p>
<p dir="auto">I wouldn't be surprised about flaky system proxy detection on Windows, especially on corporate environments.<br />
On Linux it should actually work and it does for me, also with 4.11.0. I don't know of any fundamental changes in <code>QNetworkProxy</code> or the IFW. Since you can pin it down to a specific version, it could be that</p>
<ul>
<li>somehow the upgrade has tampered with <code>MaintenanceTool</code>'s settings file and an existing proxy setting got lost</li>
<li>a local change of proxy settings got in the way</li>
<li>there is a bug in 4.11</li>
</ul>
<p dir="auto">With that said, could you check you environment for any of those variables and their content?</p>
<pre><code>http_proxy / HTTP_PROXY
https_proxy / HTTPS_PROXY
</code></pre>
<p dir="auto">If they exist and IFW doesn't pick them up, we have landed a bug worth reporting under <a href="https://bugreports.qt.io" target="_blank" rel="noopener noreferrer nofollow ugc">https://bugreports.qt.io</a></p>
]]></description><link>https://forum.qt.io/post/837532</link><guid isPermaLink="true">https://forum.qt.io/post/837532</guid><dc:creator><![CDATA[Axel Spoerl]]></dc:creator><pubDate>Sat, 04 Apr 2026 10:08:23 GMT</pubDate></item></channel></rss>