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?
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
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
Hi @g_tanakrit,
Please follow the instructions in the Visa Developer Quick Start for Developers guide.