Re: No trusted certificate found

g_tanakrit
Occasional Visitor

No trusted certificate found

We're facing "No trusted certificate found; nested exception is javax.net.ssl.SSLHandshakeException" from java key store that contains client certificate, root certificate and intermediate certificate if these alias names are incorrect could it cause this error and if not what trust certificate is missing?

3 REPLIES 3
jenn_kh
Community Moderator

Re: No trusted certificate found

Thank you for your question, @g_tanakrit. An agent will get back to you as soon as possible. In the meantime, if any community member knows the solution, please reply to this thread! -Jenn

Harsh2
Newbie

Re: No trusted certificate found

Hi,


The problem may be that java is unable to find the certifcate files since you are using your own java key store.


When using your own key store it is essential that you setup the javax.net.ssl.trustStore and javax.net.ssl.trustStorePassword properties

API_Managers
Visa Developer Support Specialist

Re: No trusted certificate found

Hi @g_tanakrit,

 

Please follow the instructions in the Visa Developer Quick Start for Developers guide. 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.