On a server we have a java agent which tries to access a server through https. With that agent we Always get the following error message:
Agent error: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.n: Certificate chaining error
I installed the root and intermediate certificates in the directory ( http://www-01.ibm.com/support/docview.wss?uid=swg21627799 ) and als in the JVM part ( http://www-01.ibm.com/support/docview.wss?uid=swg21588966 although I did that on a windows server and copied the cacerts to this server). But still no luck.
Has anyone a clue on this?