<?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 Qlik Sense + Nginx Reverse Proxy for Automatically Renewed, Trusted HTTPS Certificates in Member Articles</title>
    <link>https://community.qlik.com/t5/Member-Articles/Qlik-Sense-Nginx-Reverse-Proxy-for-Automatically-Renewed-Trusted/ta-p/1979401</link>
    <description>&lt;P&gt;Tutorial:&amp;nbsp;&lt;A title="Qlik Sense + Nginx Reverse Proxy for Automatic, Free HTTPS Certificates" href="https://connectreport.com/blog/qlik-sense-nginx-reverse-proxy-for-automatic-free-https-certificates/" target="_self"&gt;Qlik Sense + Nginx Reverse Proxy for Automatic, Free HTTPS Certificates&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you’re looking for a straightforward way to get automatically renewed HTTPS certificates for your Qlik Sense Enterprise server, Let’s Encrypt + Nginx may be the way to go. This article provides configuration details on placing an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.nginx.com/" target="_blank"&gt;Nginx&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;reverse proxy in front of Qlik Sense Enterprise, plus automatic HTTPS certificate provisioning and renewal through Certbot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jan 2023 11:52:05 GMT</pubDate>
    <dc:creator>maxhammad</dc:creator>
    <dc:date>2023-01-04T11:52:05Z</dc:date>
    <item>
      <title>Qlik Sense + Nginx Reverse Proxy for Automatically Renewed, Trusted HTTPS Certificates</title>
      <link>https://community.qlik.com/t5/Member-Articles/Qlik-Sense-Nginx-Reverse-Proxy-for-Automatically-Renewed-Trusted/ta-p/1979401</link>
      <description>&lt;P&gt;Learn how to configure Qlik Sense with SSL/TLS certificates using Nginx + Certbot to automatically provision and renew free SSL certificates.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 11:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Qlik-Sense-Nginx-Reverse-Proxy-for-Automatically-Renewed-Trusted/ta-p/1979401</guid>
      <dc:creator>maxhammad</dc:creator>
      <dc:date>2023-01-04T11:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense + Nginx Reverse Proxy for Automatically Renewed, Trusted HTTPS Certificates</title>
      <link>https://community.qlik.com/t5/Member-Articles/Qlik-Sense-Nginx-Reverse-Proxy-for-Automatically-Renewed-Trusted/tac-p/2023277#M961</link>
      <description>&lt;P&gt;Is the error in config. missing ; after&amp;nbsp;&lt;CODE&gt;proxy_pass &lt;A href="https://10.0.0.2" target="_blank"&gt;https://10.0.0.2&lt;/A&gt;&lt;/CODE&gt;&amp;nbsp; in section&amp;nbsp;&lt;CODE&gt; location /internal_windows_authentication/&lt;/CODE&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  # This location is needed for NTLM to work
  location /internal_windows_authentication/ {
    proxy_set_header Host $http_host;

    proxy_http_version 1.1;
    proxy_set_header Connection '';

    proxy_pass &lt;A href="https://10.0.0.2" target="_blank"&gt;https://10.0.0.2&lt;/A&gt; &lt;STRONG&gt;;&lt;/STRONG&gt; # Replace with Qlik Sense IP;
  }&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 15:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Qlik-Sense-Nginx-Reverse-Proxy-for-Automatically-Renewed-Trusted/tac-p/2023277#M961</guid>
      <dc:creator>korsikov</dc:creator>
      <dc:date>2023-01-09T15:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense + Nginx Reverse Proxy for Automatically Renewed, Trusted HTTPS Certificates</title>
      <link>https://community.qlik.com/t5/Member-Articles/Qlik-Sense-Nginx-Reverse-Proxy-for-Automatically-Renewed-Trusted/tac-p/2023278#M962</link>
      <description>&lt;P&gt;you forgot to specify that NTLM support is only available in the paid version of nginx aka Nginx Plus&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 15:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Qlik-Sense-Nginx-Reverse-Proxy-for-Automatically-Renewed-Trusted/tac-p/2023278#M962</guid>
      <dc:creator>korsikov</dc:creator>
      <dc:date>2023-01-09T15:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense + Nginx Reverse Proxy for Automatically Renewed, Trusted HTTPS Certificates</title>
      <link>https://community.qlik.com/t5/Member-Articles/Qlik-Sense-Nginx-Reverse-Proxy-for-Automatically-Renewed-Trusted/tac-p/2510794#M2251</link>
      <description>&lt;P&gt;Update.&amp;nbsp;&lt;BR /&gt;Nginx can&amp;nbsp; Work&amp;nbsp; with&amp;nbsp; NTLM using this module.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/gabihodoroaga/nginx-ntlm-module" target="_blank"&gt;https://github.com/gabihodoroaga/nginx-ntlm-module&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 10:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Qlik-Sense-Nginx-Reverse-Proxy-for-Automatically-Renewed-Trusted/tac-p/2510794#M2251</guid>
      <dc:creator>korsikov</dc:creator>
      <dc:date>2025-03-20T10:11:41Z</dc:date>
    </item>
  </channel>
</rss>

