Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Qlik Launches Open Lakehouse and advanced agentic AI experience in Qlik Answers! | LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
zolbae
Partner - Contributor II
Partner - Contributor II

How to Use Qlik Alerting Windows with HTTP Protocol?

Hello,
I am using Qlik Alerting 2024 Nov SR1 on a Windows Server 2016 environment and I am trying to run it using the HTTP protocol. Despite trying several approaches, I haven’t been able to get it working, so I am reaching out for assistance.

Environment:

  • Qlik Alerting Version: 2024 Nov SR1
  • OS: Windows Server 2016
  • Node.js: 20.17
  • MongoDB: 6.0.17

Objective:

What I Have Tried:

  1. Editing the default.json file

    • I’ve modified the C:\Program Files\Qlik Alerting\config\default.json file, but nothing worked.
    • HSTS Settings: Tried setting hstsMaxAge to 0 ( or 31536000)
    • Gateway Settings: Changed localhost to the actual IP address.
      • "https": false
      • "trustProxy": 1 ( or o )
    • allowInsecure Settings: Added "allowInsecure": { "http": false, "TLSv1": false, "TLSv1_1": false, "TLSv1_2": true }.
  2. Clean Reinstall

    • I uninstalled Qlik Alerting and MongoDB completely, and did several clean installations. Unfortunately, the issue persists.

Current Situation:

Request:

If anyone has experience running Qlik Alerting with HTTP protocol and IP address, I would really appreciate your help or suggestions on how to make this work.

Thank you!

Labels (1)
5 Replies
Frank_S
Support
Support

Hello,

Check to ensure you have met all the requirements, tested the components therein, configured firewall settings and accurately exported the certificates. 
Each of these and many more critical requirements are covered in detail in the help page below.

https://help.qlik.com/en-US/alerting/November2024/Content/QlikAlerting/installation-prerequisites.ht...

 

Should you need detailed assistance in setting up your environment should you continue to observe your setup issues. Please consider contacting your Qlik Account manager who can arrange a professional services engagement to iterate with you directly to implement your Qlik Alerting Environment.

 

Kind regards...

Please remember hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
zolbae
Partner - Contributor II
Partner - Contributor II
Author

Thanks for the reply Frank.

I checked all the details in the official link,

and in my case, it is a basic error that goes way before Qlik Sense can communicate, so I don't think it is something that requires complex requirements.

Can you tell me what kind of service participation is involved and how to do it by asking the Qlik account manager you mentioned?

AntonioC
Contributor II
Contributor II

Have you found any solution to this?

zolbae
Partner - Contributor II
Partner - Contributor II
Author

Unfortunately no.

I created a self-signed SSL and used the https protocol.

AntonioC
Contributor II
Contributor II

Have you tried removing the text ","upgrade-insecure-requests":[]" from the file "C:\Program Files\Qlik Alerting\gateway\server.js"?