javax.net.ssl.SSLException: Received fatal alert: handshake_failure
Summary
javax.net.ssl.SSLException: Received fatal alert: handshake_failureContent
Hi Guys
I am invoking the rest web service from java could service instance ,
I have imported the certificate for java could service instance using below command
javacloud -user xx@xx.com -password ****#1 -identitydomain ebzy-test -serviceinstance test -dc us2 -add-ssl-certificates -path C:\oracle\Middleware\jdeveloper\cloud\oracle-javacloud-sdk\test.jks
command show successful but I when I am trying to access web service using weblogic.net.http.HttpsURLConnection I get below error
javax.net.ssl.SSLException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
1