Hy I am developing in a team and we build two applications that should communicate with RMI secured by SSL. For a first implementation I created for both, server and client application, a keystore file and exported a certificate from it. Then I cross-copied the certificates and created trustores with them. Then I started server and client with VM arguments for keystore, trustore and the appropriate passwords. It ran smoothly, I checked it in. A team member checks it out, runs it,
java.rmi.ConnectIOException: Exception creating connection to: localhost; nested exception is:
java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
Stacktrace is null, therefore no additional information. We can also eliminate path issues as a reason, since we already checken that x times. I only used default stuff for the generation. RSA as an algorithm and RFC for certification. Has anyone a clue?