Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I need monitoring my server QSEoW (now Nov2023 p4) located on Azure with Zabbix Agent2.
QSEoW standart install with any custom settings.
In the plan i wish monitor engine/healthcheck/.
But i got 401 when i try autheentication.
What else did i notice - this problem only in the azure infrastructure. On AWS and GCP - all ok.
I want use standart authentification without create aditional Virtual Proxy.
Maybe anybody had problem like this?
Hi,
This answer to my question from support:
Hello Ihor,
As checked with my team, this is working as designed.
It not possible to authenticate on 443 port using the certificates.
Hi @Chetan_MN
Thanks for link. The fact is that I already have several hosts configured for healthcheck monitoring, but they either do not have authentication or are allowed to be anonymous. I'm interested in how to pass NTLM authentication without changing the virtual proxy or adding a new one.
I think my problem in the authentication redirecting to /internal_windows_authentication/.
I tryed set in the config a Data element NTLM Auth and set Login and Pass - but still got 401.
Seems like one way is do NAT for 4747 and uses certificate to auth:
curl -v --cert /home/user/client.pem --key /home/user/client_key.pem --insecure https://qliksense:4747/healthcheck/?xrfkey=0123456789abcdef --header "x-qlik-xrfkey: 0123456789abcdef" --header "User-Agent: Windows" --header "X-Qlik-User: UserDirectory=DOMAIN;UserId=admin1" -L
I would like not to change the settings or open additional ports on the server, but otherwise I won’t be able to pass Windows authentication.
Hi,
This answer to my question from support:
Hello Ihor,
As checked with my team, this is working as designed.
It not possible to authenticate on 443 port using the certificates.