[ 
https://issues.apache.org/jira/browse/ARTEMIS-2627?focusedWorklogId=390777&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-390777
 ]

ASF GitHub Bot logged work on ARTEMIS-2627:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Feb/20 17:09
            Start Date: 21/Feb/20 17:09
    Worklog Time Spent: 10m 
      Work Description: jbertram commented on pull request #2990: ARTEMIS-2627 
simpleSecureServer failing on IBM JDK 8
URL: https://github.com/apache/activemq-artemis/pull/2990#discussion_r382701110
 
 

 ##########
 File path: 
artemis-web/src/main/java/org/apache/activemq/artemis/component/WebServerComponent.java
 ##########
 @@ -72,6 +74,11 @@ public void configure(ComponentDTO config, String 
artemisInstance, String artemi
          SslContextFactory.Server sslFactory = new SslContextFactory.Server();
          sslFactory.setKeyStorePath(webServerConfig.keyStorePath == null ? 
artemisInstance + "/etc/keystore.jks" : webServerConfig.keyStorePath);
          sslFactory.setKeyStorePassword(webServerConfig.getKeyStorePassword() 
== null ? "password" : webServerConfig.getKeyStorePassword());
+         sslFactory.setIncludeProtocols("TLSv1.2");
 
 Review comment:
   I'm concerned about changing the default here for all cases. This should 
probably be made configurable and then the test can configure it as necessary.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 390777)
    Time Spent: 20m  (was: 10m)

> simpleSecureServer failing on IBM JDK 8
> ---------------------------------------
>
>                 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: 20m
>  Remaining Estimate: 0h
>
> org.apache.activemq.cli.test.WebServerComponentTest.simpleSecureServer is 
> failing on IBM JDK 8.
> 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)

Reply via email to