Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Diane
Partner - Contributor III
Partner - Contributor III

Certificats with API

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. 

Labels (2)
1 Reply
mpc
Partner Ambassador
Partner Ambassador

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

From Next Decision and mpc with love