Skip to main content

Qlik Sense + Nginx Reverse Proxy for Automatically Renewed, Trusted HTTPS Certificates

cancel
Showing results for 
Search instead for 
Did you mean: 
maxhammad
Partner - Contributor II
Partner - Contributor II

Qlik Sense + Nginx Reverse Proxy for Automatically Renewed, Trusted HTTPS Certificates

Last Update:

Jan 4, 2023 6:52:05 AM

Updated By:

maxhammad

Created date:

Jan 4, 2023 6:52:05 AM

Tutorial: Qlik Sense + Nginx Reverse Proxy for Automatic, Free HTTPS Certificates 

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 Nginx reverse proxy in front of Qlik Sense Enterprise, plus automatic HTTPS certificate provisioning and renewal through Certbot.

 

 

Labels (1)
Comments
korsikov
Partner - Specialist III
Partner - Specialist III

Is the error in config. missing ; after proxy_pass https://10.0.0.2  in section  location /internal_windows_authentication/

  # 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 https://10.0.0.2 ; # Replace with Qlik Sense IP;
  }

 

korsikov
Partner - Specialist III
Partner - Specialist III

you forgot to specify that NTLM support is only available in the paid version of nginx aka Nginx Plus

Contributors
Version history
Last update:
‎2023-01-04 06:52 AM
Updated by: