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