Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a certificate problem on QlikSense when I call the QRS part to use the api.
I currently have a certificate of the type *.rec.nomentreprise.local which is validated by the company and which is located in the certificates Computer -> Personal-> Certificates.
When I call the url https://qliksense.rec.nomentreprise.local/qmc the certificate is used.
On the other hand, if I call the url: https://qliksense.rec.nomentreprise.local:4242/qrs, it doesn't use this certificate, but rather the one for the machine name, which is not validated by the company.
We need to call the url https://qliksense.rec.nomentreprise.local:4242/qrs in the API calls.
Can you help me, please.
Thanks in advance.
Hi,
Which kind of authentication are you using to connect the API ? I think it's certficate one since you use port 4242.
By using one based on a virtal proxy, since you'll use the proxy behind, you'll use the thrid party cert installed.
Exemple here of header auth: Example: Configuring header authentication | Qlik Sense for developers Help
As you can see, you can use directly https://myserver.com/qrs
Kind regards