<?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[Can I use a proxy with FusionAuth?]]></title><description><![CDATA[<p dir="auto">I have a FusionAuth server that is in a corporate network. All internet traffic goes through a proxy. Can I use FusionAuth?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/76/can-i-use-a-proxy-with-fusionauth</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 13:44:23 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/76.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 May 2020 15:59:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can I use a proxy with FusionAuth? on Tue, 12 May 2020 16:02:28 GMT]]></title><description><![CDATA[<p dir="auto">There's no supported way. Here's the <a href="https://fusionauth.io/docs/v1/tech/common-errors" rel="nofollow ugc">official docs</a>:</p>
<blockquote>
<p dir="auto">FusionAuth is able to handle all HTTP traffic and any network handling between the browser and FusionAuth should be as simple as possible.</p>
</blockquote>
<p dir="auto">However, this solution was found by a community member (for the <a href="https://fusionauth.io/docs/v1/tech/installation-guide/docker" rel="nofollow ugc">docker install</a>). Configure the environment variable:</p>
<p dir="auto"><code>FUSIONAUTH_ADDITIONAL_JAVA_ARGS: -Dhttp.proxyHost=some.proxy -Dhttp.proxyPort=8210 -Dhttp.nonProxyHosts="localhost|127.0.0.1|10.*.*.*|172.*.*.*"</code></p>
<p dir="auto">before you start FA and it should work.</p>
]]></description><link>https://fusionauth.io/community/forum/post/168</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/168</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Tue, 12 May 2020 16:02:28 GMT</pubDate></item></channel></rss>