JBoss Community

JBoss AS7: Configuring SSL on JBoss Web

new comment by Virendra Patidar View all comments on this document

I am getting below exception.

 

15:51:56,956 INFO  [stdout] (http--127.0.0.1-8443-1) http--127.0.0.1-8443-1, WRITE: SSLv2 client hello message, length = 110

15:51:56,963 INFO  [stdout] (http--127.0.0.1-8443-1) http--127.0.0.1-8443-1, received EOFException: error

15:51:56,967 INFO  [stdout] (http--127.0.0.1-8443-1) http--127.0.0.1-8443-1, handling exception: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake

15:51:56,968 INFO  [stdout] (http--127.0.0.1-8443-1) http--127.0.0.1-8443-1, SEND TLSv1 ALERT:  fatal, description = handshake_failure

15:51:56,969 INFO  [stdout] (http--127.0.0.1-8443-1) http--127.0.0.1-8443-1, WRITE: TLSv1 Alert, length = 2

15:51:56,970 INFO  [stdout] (http--127.0.0.1-8443-1) http--127.0.0.1-8443-1, called closeSocket()

15:51:56,970 INFO  [stdout] (http--127.0.0.1-8443-1) http--127.0.0.1-8443-1, called close()

15:51:56,971 INFO  [stdout] (http--127.0.0.1-8443-1) http--127.0.0.1-8443-1, called closeInternal(true)

15:51:56,972 ERROR [stderr] (http--127.0.0.1-8443-1) javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake

15:51:56,973 ERROR [stderr] (http--127.0.0.1-8443-1)           at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:849)

15:51:56,973 ERROR [stderr] (http--127.0.0.1-8443-1)           at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1170)

15:51:56,974 ERROR [stderr] (http--127.0.0.1-8443-1)           at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1197)

15:51:56,975 ERROR [stderr] (http--127.0.0.1-8443-1)           at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1181)