Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » OM2M » ssl handshake exception(security on om2m)
ssl handshake exception [message #1816596] Fri, 01 November 2019 06:38
Krupa K is currently offline Krupa KFriend
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


Previous Topic:print messages on console
Next Topic:Subscription deleted
Goto Forum:
  


Current Time: Thu Apr 25 07:58:11 GMT 2024

Powered by FUDForum. Page generated in 0.03302 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top