Discussion board where members learn more about Qlik Sense Installation, Deployment and Management.
Hi,
We're using Qlik Sense and want to run it behind a haproxy configuration. Authentication and navigation works great it seems there's a timeout when reached the user cannot use any filter in any apps. The user must refresh the navigator withing 1 or 2 minutes each time they are browsing any apps.
Here's our backend configuration, if anyone has an idea we would be really greatful !
backend qlik
mode http
balance roundrobin
timeout queue 1800000
timeout server 1800000
timeout connect 1800000
timeout http-keep-alive 1800000
option http-server-close
#http-check send HEAD / HTTP/1.1\r\nHost:haproxy01
option httpclose
option forwardfor
stick-table type ip size 1m expire 30m
stick match src
stick store-request src
acl match_windows_form_authentication path_beg -i /internal_windows_authentication
# http-response replace-header ^([^ :]*)\ /internal_windows_authentication/(.*) /internal_windows_authentication/
http-request set-path /internal_forms_authentication if match_windows_form_authentication
http-request set-header X-Forwarded-Port %[dst_port]
http-request add-header X-Forwarded-Proto https if { ssl_fc }
server srv_qlik QLIK_SENSE_SERVER_IP:443 maxconn 2000 ssl check verify none
Hi @lguillou
Your timeout settings on your reverse proxy look different than Qlik Sense proxy default settings.
I would suggest aligning them.
Hope this helps.
Hi @lguillou
Your timeout settings on your reverse proxy look different than Qlik Sense proxy default settings.
I would suggest aligning them.
Hope this helps.