[
https://issues.apache.org/jira/browse/AMQ-8169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17296396#comment-17296396
]
Lucas Tétreault commented on AMQ-8169:
--------------------------------------
[~mattrpav], I saw that note in there as well and was going to dig in to it
some more! **
It seems likely that's the issue. I added *jdk.tls.disabledAlgorithms=GCM* to
*$JAVA_HOME/jre/lib/security/java.security* and confirmed that even with
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 jdk1.8.0_261 will fail intermittently so
it's not specifically a problem with GCM.
> StompNIOSSLTest test fails with more recent JDK 8 versions
> ----------------------------------------------------------
>
> Key: AMQ-8169
> URL: https://issues.apache.org/jira/browse/AMQ-8169
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 5.17.0
> Reporter: Matt Pavlovich
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 5.17.0
>
>
> The StompNIOSSL test fails during CI/CD tests with certain JDK versions. This
> blocks PR's from getting a green status
> To reproduce:
> [x] Fails with jdk1.8.0_281
> [x] Passes with jdk1.8.0_211
> Suspects:
> * The test SSL cert needs to be generated with a newer cipher and/or length
> * The NIOSSLTransport has a bad byte[] read bug
--
This message was sent by Atlassian Jira
(v8.3.4#803005)