1 Reply Latest reply on Jan 13, 2016 4:31 AM by valsaraj007

    https-remoting SSLHandshakeException

    valsaraj007

      Hi,

       

      I am getting following error when I used https-remoting with WildFly-8.2.0:

      Caused by: javax.naming.CommunicationException: Failed to connect to any server. Servers tried: [https-remoting://localhost:8443 (javax.net.ssl.SSLHandshakeException: General SSLEngine problem)]

              at org.jboss.naming.remote.client.HaRemoteNamingStore.failOverSequence(HaRemoteNamingStore.java:244)

              at org.jboss.naming.remote.client.HaRemoteNamingStore.namingStore(HaRemoteNamingStore.java:149)

              at org.jboss.naming.remote.client.HaRemoteNamingStore.namingOperation(HaRemoteNamingStore.java:130)

              at org.jboss.naming.remote.client.HaRemoteNamingStore.lookup(HaRemoteNamingStore.java:272)

              at org.jboss.naming.remote.client.RemoteContext.lookup(RemoteContext.java:87)

              at org.jboss.naming.remote.client.RemoteContext.lookup(RemoteContext.java:129)

              at javax.naming.InitialContext.lookup(InitialContext.java:411)

       

      How can I fix this issue?