Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can someone please help? we are not able to access Qlik Hub from Windows machine out side AWS. But we can access Qlik QMC without any issue. We understand that Qlik Hub uses websocketsc that' the reason it's not working?.
Please see our use case:
Qlik Sense deployed in AWS with Application Load balancer having 443 inbound rule in security group.
Users from windows machine are On-premise users coming from AWS Direct. How to resolve Qlik Hub websocket issue? Should we enable any extra ports other than 443 and 80? Should we add any additional inbound rules in security groups?
When we access Qlik Hub it's taking us to the landing page but getting 'Connection lost' error constantly and not allowing to close the window. Please help.
Thanks
Hi @jraomalla
Websockets are used by the engine and the data load editor (data connections) when interacting with a Qlik Sense application. You do not require to open any other particular ports, just to follow the pre-requisites mentioned on our help page.
One thing important is that if you plan to set up a load balancer in front of your Qlik Sense nodes, you will need to choose an Application Load Balancer (ALB) in AWS because nor the Elastic Load Balancer (ELB) or the Classic Load Balancer are supporting Websockets.
Best regards,
Alexis
Hello @jraomalla ,
Thanks for posting.
I would recommend to review the documentation, if not done, that we have on AWS to ensure all the pre requests are met:
Preparing your Amazon AWS platform to install Qlik Sense Enterprise on Windows ‒ Qlik Sense for admi...
AWS deployment example ‒ Qlik Sense for administrators
Cheers,
Albert
Thanks @Albert_Candelario for your response. Yes we followed all the guidelines suggested by Qlik. I am particularly interested to know websocket connections like how it works in qlik. When user tries to access qlik sense in browser they use https (port 443) which has already been enabled in our network firewall and Qlik instance security groups. Do we need to enable any other ports for websockets?
Thanks
Hi @jraomalla
Websockets are used by the engine and the data load editor (data connections) when interacting with a Qlik Sense application. You do not require to open any other particular ports, just to follow the pre-requisites mentioned on our help page.
One thing important is that if you plan to set up a load balancer in front of your Qlik Sense nodes, you will need to choose an Application Load Balancer (ALB) in AWS because nor the Elastic Load Balancer (ELB) or the Classic Load Balancer are supporting Websockets.
Best regards,
Alexis
Thanks Alexis_Touet. You clarified my question.