<?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>article Running Qlik Sense on Windows systems with FIPS compliance enabled in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Running-Qlik-Sense-on-Windows-systems-with-FIPS-compliance/ta-p/1715095</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; &lt;EM&gt;FIPS mode is not supported out of the box for Qlik Sense, QlikView, and Qlik NPrinting. Workarounds exist for NPrinting and Sense.&amp;nbsp;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;For general information about FIPS and Microsoft's statement around it, see&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://techcommunity.microsoft.com/t5/microsoft-security-baselines/why-we-8217-re-not-recommending-8220-fips-mode-8221-anymore/ba-p/701037" target="_blank" rel="noopener"&gt;Microsoft's Security Guidance blog.&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;This guide will walk you through allowing Qlik Sense to run with FIPS enabled on the server.&lt;/P&gt;
&lt;P&gt;Follow these steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Stop all Qlik Sense Services&lt;/LI&gt;
&lt;LI&gt;Locate the directory where Qlik Sense is installed at (by default&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\&lt;/FONT&gt;)&lt;/LI&gt;
&lt;LI&gt;In each service's folder (e.g.&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\&lt;STRONG&gt;Proxy\, ...Printing\, ...Repository\, ...Scheduler\&lt;/STRONG&gt;&lt;/FONT&gt;), make a copy of that service's config file (e.g.&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\Proxy\Proxy.config&lt;/FONT&gt;)
&lt;UL&gt;
&lt;LI&gt;Example&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\Proxy\&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;Proxy.config_original&lt;/FONT&gt;&amp;nbsp; OR &lt;FONT face="courier new,courier"&gt;Proxy.exe.config&lt;/FONT&gt;&amp;nbsp; (depending on version)&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Open Notepad as an Administrator&lt;/LI&gt;
&lt;LI&gt;Open each service's config file in the Notepad window with elevated rights&lt;/LI&gt;
&lt;LI&gt;Add to the &lt;FONT face="courier new,courier"&gt;&amp;lt;configuration&amp;gt;&lt;/FONT&gt;, &lt;FONT face="courier new,courier"&gt;&amp;lt;runtime&amp;gt;&lt;/FONT&gt; section of the configuration files below the parameter &lt;FONT face="courier new,courier"&gt;&amp;lt;enforceFIPSPolicy enabled="false"/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;STRONG&gt;Example:&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;configuration&amp;gt;
  &amp;lt;appSettings&amp;gt;
    &amp;lt;add key="SenseHome" value=""/&amp;gt;
  &amp;lt;/appSettings&amp;gt;
&lt;STRONG&gt;&amp;lt;startup&amp;gt;&lt;/STRONG&gt;&amp;lt;supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/&amp;gt;&lt;STRONG&gt;&amp;lt;/startup&amp;gt;&lt;/STRONG&gt;
  &lt;STRONG&gt;&amp;lt;runtime&amp;gt;&lt;/STRONG&gt;
    &amp;lt;assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"&amp;gt;
      &amp;lt;dependentAssembly&amp;gt;
        &amp;lt;assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral"/&amp;gt;
        &amp;lt;bindingRedirect oldVersion="0.0.0.0-1.2.11.0" newVersion="1.2.11.0"/&amp;gt;
      &amp;lt;/dependentAssembly&amp;gt;
    &amp;lt;/assemblyBinding&amp;gt;
  &lt;STRONG&gt;  &amp;lt;enforceFIPSPolicy enabled="false"/&amp;gt;
  &amp;lt;/runtime&amp;gt;&lt;/STRONG&gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Save the file&lt;/LI&gt;
&lt;LI&gt;Repeat for each service on the node (Printing, Proxy, Repository, Scheduler)&lt;/LI&gt;
&lt;LI&gt;Repeat on each node in the multi-node deployment&lt;/LI&gt;
&lt;LI&gt;Start services and validate that functionality works as expected&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This change is needed in order for Qlik Sense and its .NET dependencies to not check whether FIPS is enabled. See&amp;nbsp;&lt;A href="https://msdn.microsoft.com/en-us/library/hh202806(v=vs.110).aspx" target="_blank" rel="noopener"&gt;https://msdn.microsoft.com/en-us/library/hh202806(v=vs.110).aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: Since you are modifying a file in &lt;FONT face="courier new,courier"&gt;%ProgramFiles%&lt;/FONT&gt;,&amp;nbsp;do expect that this change will not persist after an upgrade. The general rule of thumb is that files in Program Files will potentially be modified by the installer whereas files in the ProgramData directory are not modified by the installer. So do remember this modification in case you need to re-apply it after an upgrade.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Support-Knowledge-Base/Qlik-Software-and-FIPS-mode/ta-p/1717239" target="_blank" rel="noopener"&gt;Qlik Software and FIPS mode&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2023 11:52:22 GMT</pubDate>
    <dc:creator>Andre_Sostizzo</dc:creator>
    <dc:date>2023-02-15T11:52:22Z</dc:date>
    <item>
      <title>Running Qlik Sense on Windows systems with FIPS compliance enabled</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Running-Qlik-Sense-on-Windows-systems-with-FIPS-compliance/ta-p/1715095</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; &lt;EM&gt;FIPS mode is not supported out of the box for Qlik Sense, QlikView, and Qlik NPrinting. Workarounds exist for NPrinting and Sense.&amp;nbsp;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;For general information about FIPS and Microsoft's statement around it, see&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://techcommunity.microsoft.com/t5/microsoft-security-baselines/why-we-8217-re-not-recommending-8220-fips-mode-8221-anymore/ba-p/701037" target="_blank" rel="noopener"&gt;Microsoft's Security Guidance blog.&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;This guide will walk you through allowing Qlik Sense to run with FIPS enabled on the server.&lt;/P&gt;
&lt;P&gt;Follow these steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Stop all Qlik Sense Services&lt;/LI&gt;
&lt;LI&gt;Locate the directory where Qlik Sense is installed at (by default&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\&lt;/FONT&gt;)&lt;/LI&gt;
&lt;LI&gt;In each service's folder (e.g.&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\&lt;STRONG&gt;Proxy\, ...Printing\, ...Repository\, ...Scheduler\&lt;/STRONG&gt;&lt;/FONT&gt;), make a copy of that service's config file (e.g.&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\Proxy\Proxy.config&lt;/FONT&gt;)
&lt;UL&gt;
&lt;LI&gt;Example&amp;nbsp;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Qlik\Sense\Proxy\&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;Proxy.config_original&lt;/FONT&gt;&amp;nbsp; OR &lt;FONT face="courier new,courier"&gt;Proxy.exe.config&lt;/FONT&gt;&amp;nbsp; (depending on version)&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Open Notepad as an Administrator&lt;/LI&gt;
&lt;LI&gt;Open each service's config file in the Notepad window with elevated rights&lt;/LI&gt;
&lt;LI&gt;Add to the &lt;FONT face="courier new,courier"&gt;&amp;lt;configuration&amp;gt;&lt;/FONT&gt;, &lt;FONT face="courier new,courier"&gt;&amp;lt;runtime&amp;gt;&lt;/FONT&gt; section of the configuration files below the parameter &lt;FONT face="courier new,courier"&gt;&amp;lt;enforceFIPSPolicy enabled="false"/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;STRONG&gt;Example:&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;configuration&amp;gt;
  &amp;lt;appSettings&amp;gt;
    &amp;lt;add key="SenseHome" value=""/&amp;gt;
  &amp;lt;/appSettings&amp;gt;
&lt;STRONG&gt;&amp;lt;startup&amp;gt;&lt;/STRONG&gt;&amp;lt;supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/&amp;gt;&lt;STRONG&gt;&amp;lt;/startup&amp;gt;&lt;/STRONG&gt;
  &lt;STRONG&gt;&amp;lt;runtime&amp;gt;&lt;/STRONG&gt;
    &amp;lt;assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"&amp;gt;
      &amp;lt;dependentAssembly&amp;gt;
        &amp;lt;assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral"/&amp;gt;
        &amp;lt;bindingRedirect oldVersion="0.0.0.0-1.2.11.0" newVersion="1.2.11.0"/&amp;gt;
      &amp;lt;/dependentAssembly&amp;gt;
    &amp;lt;/assemblyBinding&amp;gt;
  &lt;STRONG&gt;  &amp;lt;enforceFIPSPolicy enabled="false"/&amp;gt;
  &amp;lt;/runtime&amp;gt;&lt;/STRONG&gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Save the file&lt;/LI&gt;
&lt;LI&gt;Repeat for each service on the node (Printing, Proxy, Repository, Scheduler)&lt;/LI&gt;
&lt;LI&gt;Repeat on each node in the multi-node deployment&lt;/LI&gt;
&lt;LI&gt;Start services and validate that functionality works as expected&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This change is needed in order for Qlik Sense and its .NET dependencies to not check whether FIPS is enabled. See&amp;nbsp;&lt;A href="https://msdn.microsoft.com/en-us/library/hh202806(v=vs.110).aspx" target="_blank" rel="noopener"&gt;https://msdn.microsoft.com/en-us/library/hh202806(v=vs.110).aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: Since you are modifying a file in &lt;FONT face="courier new,courier"&gt;%ProgramFiles%&lt;/FONT&gt;,&amp;nbsp;do expect that this change will not persist after an upgrade. The general rule of thumb is that files in Program Files will potentially be modified by the installer whereas files in the ProgramData directory are not modified by the installer. So do remember this modification in case you need to re-apply it after an upgrade.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Support-Knowledge-Base/Qlik-Software-and-FIPS-mode/ta-p/1717239" target="_blank" rel="noopener"&gt;Qlik Software and FIPS mode&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 11:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Running-Qlik-Sense-on-Windows-systems-with-FIPS-compliance/ta-p/1715095</guid>
      <dc:creator>Andre_Sostizzo</dc:creator>
      <dc:date>2023-02-15T11:52:22Z</dc:date>
    </item>
  </channel>
</rss>

