<?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[Is it possible to set up SSL for fusionauth directly?]]></title><description><![CDATA[<p dir="auto">I don't want to run a proxy in front of FusionAuth.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/180/is-it-possible-to-set-up-ssl-for-fusionauth-directly</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 02:54:31 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/180.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 19 Jun 2020 23:07:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Is it possible to set up SSL for fusionauth directly? on Fri, 23 Feb 2024 20:12:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2852">@pradhanv88</a> it is documented here: <a href="https://fusionauth.io/docs/reference/configuration" rel="nofollow ugc">https://fusionauth.io/docs/reference/configuration</a></p>
<p dir="auto">But there is a bug with TLS in recent versions of FusionAuth: <a href="https://github.com/FusionAuth/fusionauth-issues/issues/2498" rel="nofollow ugc">https://github.com/FusionAuth/fusionauth-issues/issues/2498</a></p>
<p dir="auto">This is scheduled not for this release, but for the next one.</p>
]]></description><link>https://fusionauth.io/community/forum/post/7077</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/7077</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Fri, 23 Feb 2024 20:12:01 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to set up SSL for fusionauth directly? on Fri, 23 Feb 2024 04:29:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2777">@ronn316</a> Could you please share the link to the documentation for https properties setup?</p>
]]></description><link>https://fusionauth.io/community/forum/post/7076</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/7076</guid><dc:creator><![CDATA[pradhanv88]]></dc:creator><pubDate>Fri, 23 Feb 2024 04:29:20 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to set up SSL for fusionauth directly? on Sat, 30 Dec 2023 06:09:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/3">@robotdan</a> does this mean a proxy is not required anymore? I've been trying to configure the new https properties without success.</p>
]]></description><link>https://fusionauth.io/community/forum/post/6937</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6937</guid><dc:creator><![CDATA[ronn316]]></dc:creator><pubDate>Sat, 30 Dec 2023 06:09:53 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to set up SSL for fusionauth directly? on Mon, 09 Jan 2023 18:50:17 GMT]]></title><description><![CDATA[<p dir="auto">We'll be adding native support for TLS in an upcoming release. See this GitHub issue for reference.<br />
<a href="https://github.com/FusionAuth/fusionauth-issues/issues/1996" rel="nofollow ugc">https://github.com/FusionAuth/fusionauth-issues/issues/1996</a></p>
]]></description><link>https://fusionauth.io/community/forum/post/5803</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/5803</guid><dc:creator><![CDATA[robotdan]]></dc:creator><pubDate>Mon, 09 Jan 2023 18:50:17 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to set up SSL for fusionauth directly? on Mon, 25 Oct 2021 17:31:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/1150">@bharnett</a> thanks for sharing this!</p>
<p dir="auto">I have on my list to write up a proxy guide, but we do outline the headers you need to pass here, in the cluster guide, in the load balancer section: <a href="https://fusionauth.io/docs/v1/tech/installation-guide/cluster/#fusionauth-installation" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/installation-guide/cluster/#fusionauth-installation</a></p>
<p dir="auto">But you are correct, it should be more obvious.</p>
<p dir="auto">Thanks for sharing what worked for you!</p>
<p dir="auto">Dan</p>
]]></description><link>https://fusionauth.io/community/forum/post/3865</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3865</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Mon, 25 Oct 2021 17:31:04 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to set up SSL for fusionauth directly? on Tue, 19 Oct 2021 09:21:37 GMT]]></title><description><![CDATA[<p dir="auto">Because of how IIS process header (server) variables.  You need to append HTTP_ to the headers and change dashes to underscores like so:</p>
<pre><code>  &lt;set name="HTTP_X_Forwarded_Proto" value="https" /&gt;
  &lt;set name="HTTP_X_Forwarded_Host" value="mydomain.com" /&gt;
  &lt;set name="HTTP_X_Forwarded_Port" value="443" /&gt;
</code></pre>
<p dir="auto">And now it works. It might be a good idea to add a page on this to the official docs too.</p>
]]></description><link>https://fusionauth.io/community/forum/post/3838</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3838</guid><dc:creator><![CDATA[bharnett]]></dc:creator><pubDate>Tue, 19 Oct 2021 09:21:37 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to set up SSL for fusionauth directly? on Tue, 19 Oct 2021 00:23:21 GMT]]></title><description><![CDATA[<p dir="auto">I just had to do this with IIS on Windows. Its quite simple and allows you to leave your Tomcat config alone, which for Windows users, is quite daunting and prone to error.</p>
<ol>
<li>You will need to install the AAR for IIS: <a href="https://blogs.sap.com/2014/11/05/how-to-configure-iis-arr-application-request-routing-to-redirect-to-tomcat/" rel="nofollow ugc">https://blogs.sap.com/2014/11/05/how-to-configure-iis-arr-application-request-routing-to-redirect-to-tomcat/</a></li>
<li>And then add the 443 binding to the IIS default website with your own certificate.</li>
</ol>
<p dir="auto">This means I can now use my own secure custom domain (I have a wildcard domain) with SSL.</p>
<p dir="auto">Although, now I'm getting a Proxy Configuration error which kindly gives me instructions to fix, but I can't get it to work yet...</p>
]]></description><link>https://fusionauth.io/community/forum/post/3834</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3834</guid><dc:creator><![CDATA[bharnett]]></dc:creator><pubDate>Tue, 19 Oct 2021 00:23:21 GMT</pubDate></item><item><title><![CDATA[Reply to Is it possible to set up SSL for fusionauth directly? on Fri, 19 Jun 2020 23:08:18 GMT]]></title><description><![CDATA[<p dir="auto">Yes, you can configure SSL in Tomcat, but it is not recommended as we will replace the server.xml file during upgrades. So you'll need to merge any changes you've made with those we've made.</p>
<p dir="auto">The best way to set it up will be to use nginx, or apache with TLS and proxy to FusionAuth.</p>
]]></description><link>https://fusionauth.io/community/forum/post/447</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/447</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Fri, 19 Jun 2020 23:08:18 GMT</pubDate></item></channel></rss>