I have a Java application (run via batch file). The application connects to a server for which we use certificates.
There has been a change in the server certificate now and we imported the same into the Java keystore.
Now after this change, the application works fine when we use JRE1.7 to run it, but with JRE 1.8 we get the below exception. Can someone help.
java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)