-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
7.1.0.CR2
I am intermittently detecting ssl communication to fail with [1]. I've seen the issue only on Solaris 10 boxes (both intel and sparc). It happens intermittently for different test cases (one way ssl or two way ssl).
This happens only when using wildfly openssl with openssl (Seen with JBCS openssl 1.0.2h)
Any idea what could be causing the issue?
[1]
2017-09-27 03:27:52,444 DEBUG [io.undertow.request] (default I/O-20) UT005013: An IOException occurred: javax.net.ssl.SSLException: error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac
at org.wildfly.openssl.OpenSSLEngine.unwrap(OpenSSLEngine.java:568)
at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624)
at io.undertow.protocols.ssl.SslConduit.doUnwrap(SslConduit.java:751)
at io.undertow.protocols.ssl.SslConduit.doHandshake(SslConduit.java:648)
at io.undertow.protocols.ssl.SslConduit.access$900(SslConduit.java:63)
at io.undertow.protocols.ssl.SslConduit$SslReadReadyHandler.readReady(SslConduit.java:1100)
at org.xnio.nio.NioSocketConduit.handleReady(NioSocketConduit.java:89)
at org.xnio.nio.WorkerThread.run(WorkerThread.java:571)