[
https://issues.apache.org/jira/browse/ARTEMIS-2627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044709#comment-17044709
]
ASF subversion and git services commented on ARTEMIS-2627:
----------------------------------------------------------
Commit 1e9be7ddc9932e73e72fe5c88658e04ef427b55a in activemq-artemis's branch
refs/heads/master from brusdev
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=1e9be7d ]
ARTEMIS-2627 simpleSecureServer failing on IBM Java 8 JVM
Remove excluded cipher suites matching the prefix `SSL` because the names of the
IBM Java 8 JVM cipher suites have the prefix `SSL` while the
`DEFAULT_EXCLUDED_CIPHER_SUITES` of org.eclipse.jetty.util.ssl.SslContextFactory
includes "^SSL_.*$". So all IBM JVM cipher suites are excluded by
SslContextFactory using the `DEFAULT_EXCLUDED_CIPHER_SUITES`.
> simpleSecureServer failing on IBM Java 8 JVM
> --------------------------------------------
>
> Key: ARTEMIS-2627
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2627
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Domenico Bruscino
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
> org.apache.activemq.cli.test.WebServerComponentTest.simpleSecureServer is
> failing on IBM Java 8 JVM.
> The error enabling `-Djavax.net.debug=all:
> {code}
> No available cipher suite for TLSv1
> qtp-1739620824-37, fatal error: 80: problem unwrapping net record
> javax.net.ssl.SSLHandshakeException: No appropriate protocol, may be no
> appropriate cipher suite specified or protocols are deactivated
> qtp-1739620824-37, SEND TLSv1.2 ALERT: fatal, description = internal_error
> qtp-1739620824-37, WRITE: TLSv1.2 Alert, length = 2
> qtp-1739620824-37, called closeOutbound()
> qtp-1739620824-37, closeOutboundInternal()
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)