Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
luciano_garcia
Contributor III
Contributor III

Install third part certificate in Apache using QAP Sense 3.x

Dear fellows,

I am trying to apply a third party certificate in a Win Server 2012 R2, issued to subdomain.domain.com.br and applied by Apache v2.4.

So far, everything is working just fine:

INDEX.PHP.png

But, when the website makes a call to load the charts from Sense (embedded by iframes), it received an error saying that certificate is invalid (above in the print):

ERR_CERT_COMMON_NAME_INVALID.png

To solve this problem, i tried to replace the self-signed certificate in QMC (i followed the procedures described in the link:

https://help.qlik.com/en-US/sense/3.1/Subsystems/ManagementConsole/Content/change-proxy-certificate.... ), using the thumbprint from the new certificate after the installation in Windows Certificate Store,but i couldn't validate it.

Please, how can i make sure of the substitution is working and the charts in Sense be loaded ?

Thanks

1 Reply
luciano_garcia
Contributor III
Contributor III
Author

Problem solved! The trick was in exchange for the main certificate that was containing the private key, imported in the Current User\Personal folder of the Windows Certificate Store.

Now the question is another one: the certificate was issued to the subdomain.domain.com.br address, but the graphs are called as

https://servername/virtualproxy/single?appid=qwerty-1234...

How can I do the applied certificate to the Sense answer by the URL and not by the hostname ?