ssl handshake exception [message #1816596] |
Fri, 01 November 2019 06:38 |
Krupa K Messages: 5 Registered: October 2019 |
Junior Member |
|
|
Hi,
I created keystore , certificate with openssl and configured in config.ini
org.eclipse.equinox.http.jetty.http.port=8080
# set this flag to false.
org.eclipse.equinox.http.jetty.http.enabled=false
# Flag to enable/disable HTTPS
org.eclipse.equinox.http.jetty.https.enabled=true
org.eclipse.equinox.http.jetty.https.port=8443
org.eclipse.equinox.http.jetty.ssl.password=cdacom2m
org.eclipse.equinox.http.jetty.ssl.keypassword=cdacom2m
org.eclipse.equinox.http.jetty.ssl.keystore=file:\keystore
org.eclipse.equinox.http.jetty.ssl.protocol=TLS
but when I tried to connect like this in java program client side,
I get
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
Kindly guide how to proceed
|
|
|
Powered by
FUDForum. Page generated in 0.03252 seconds