You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run InstallCert.java file as Java main Application, I am able to successfully run and get the certificate from my server without any issue. But running it in a Spring Application on tomcat, throws down below error. (Pasting only the root cause.)
This failure is seen when the SSLSocketFactory object tries to create the socket.
When I run InstallCert.java file as Java main Application, I am able to successfully run and get the certificate from my server without any issue. But running it in a Spring Application on tomcat, throws down below error. (Pasting only the root cause.)
This failure is seen when the SSLSocketFactory object tries to create the socket.
socket = (SSLSocket) factory.createSocket(host, port);
I am unable to figure out what is causing the issue.
The text was updated successfully, but these errors were encountered: