Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
knightluffy
Contributor II
Contributor II

Ticket url with http or https

Hi,

I can access the qlik hub with ticket URL. But it is not user friendly with a self signed certificate. So There are two way to resolved the issue:

1. Let the ticket url to http. I think it is the simple way to resolve the problem. But when I changed the ticket URL to http, the URL redirect me to the Authentication module redirect URI(virtual proxy authentication setting). I have already allow http server with 80 port in proxy, but still not working. why?

2. If I still use https, the best solution is follow the https://help.qlik.com/en-US/sense/June2019/Subsystems/ManagementConsole/Content/Sense_QMC/change-to-... set the certificate. I want to use Let's encrypt to auto update the certificate. But the question is how to update the SSL browser certificate thumbprint via API?

Labels (1)
2 Replies
Damien_Villaret
Support
Support

Hello,

 

1. I tested using the ticket with HTTP and I did not have the issue you describe. Could you give more details on how you are doing it ?

 

2. You need to use the QRS API to update proxy settings with the new thumbprint.

https://help.qlik.com/en-US/sense-developer/September2019/APIs/RepositoryServiceAPI/index.html?page=...

Search for  "sslBrowserCertificateThumbprint" : "aeiou" on this page

If the issue is solved please mark the answer with Accept as Solution.
knightluffy
Contributor II
Contributor II
Author

Hi, 

Sorry for my late reply. 

1. I have found the reason why the http not work. Because my url is like 'http://myserver/myvp/Hub?qlikTicket=zbs2j-XT0FnP01ov'. When I changed to 'http://myserver/myvp/Hub/?qlikTicket=zbs2j-XT0FnP01ov', it worked.

2. One more question, how to authenticate the APIs. I know that I can use client certificate via https with Xrfkey in query , header and also set the X-Qlik-User like UserDirectory=Internal;UserId=sa_repository. So where is the document for authenticate the APIs. Does https://help.qlik.com/en-US/sense/June2019/Subsystems/PlanningQlikSenseDeployments/Content/Sense_Dep... will work for these APIs?