Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, we recently deployed Qlik Sense on a Windows EC2 instance, and we are trying to replace the default AWS certificate with a self-signed cert. To do so we took the following steps:
We are able to access the qlik sense hub from the domain we configured, but we get an invalid certificate error, and it shows that it is using the default AWS certificate rather than the one we configured. The security proxy logs contain the error "Couldn't find a valid ssl certificate with thumbprint <thumbprint>", where the thumbprint is that of our SSL certificate, followed by "Reverting to default Qlik Sense SSLCertificate".
Searching around led us to this article, but as mentioned above, we've verified that the certs are in their proper stores.
Any assistance would be appreciated, thanks!
Detailed steps about how the cert was generated:
fullchain1.pem
cert chain to a .crt file
CNG certificate support is not fully implemented while CryptoAPI is fully supported. So the certificate needs to be converted before it will work.
See below article
CNG certificate support is not fully implemented while CryptoAPI is fully supported. So the certificate needs to be converted before it will work.
See below article