Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I am seeing an error every-time saying no trusted certificate.
We are developing a java application using web socket to connect to qliksense server instance.
Below is the stack trace for reference seen while making a connection call:
Hi @Mrugesh ,
The below two links may or may not help you on this issue. But worth to try.
https://support.cybersource.com/knowledgebase/Knowledgearticle/?code=000002290
I hope this helps.
Thanks Jack for suggestion. However I don't think it is using. machine keystore. Tried with importing pem certificate in to the keystore.
FYI...
qliksense server is installed in aws environment. We are following same as below example :
As part of certificate based authentication,
1. Generated the windows format certificates from QMC portal
2. Importing in application , client.pfx and root.cer certificates.
3. Using websockets for communication on engine port 4747
4. Initiate the request.
When I took a look the certificate chain from qliksense server, I dont see any matching certificate against the ones which have been imported.
Outcome after doing that is No Trusted Certificate Found.