You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QlikSense has several urls that are WebSocket (wss://) connections and will require the wstunnel proxy module.
a2enmod proxy_wstunnel
apache2 vhost configuration
QlikSense requires /app to be a WebSocket (wss://) connection.
QlikSense uses /hub as both a regular https connection and a WebSocket (wss://) connection, so the RewriteRule is required to allow both https and wss traffic through.