You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2017/12/09 13:16:00 UTC

[rocketmq] branch enhancedTls updated: Use tls test mode by default

This is an automated email from the ASF dual-hosted git repository.

yukon pushed a commit to branch enhancedTls
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/enhancedTls by this push:
     new 86ef267  Use tls test mode by default
86ef267 is described below

commit 86ef26727cf82971f20e9f01f15810232e8c43fc
Author: yukon <yu...@apache.org>
AuthorDate: Sat Dec 9 21:15:47 2017 +0800

    Use tls test mode by default
---
 .../main/java/org/apache/rocketmq/remoting/netty/TlsSystemConfig.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/remoting/src/main/java/org/apache/rocketmq/remoting/netty/TlsSystemConfig.java b/remoting/src/main/java/org/apache/rocketmq/remoting/netty/TlsSystemConfig.java
index f681188..403bd6c 100644
--- a/remoting/src/main/java/org/apache/rocketmq/remoting/netty/TlsSystemConfig.java
+++ b/remoting/src/main/java/org/apache/rocketmq/remoting/netty/TlsSystemConfig.java
@@ -48,7 +48,7 @@ public class TlsSystemConfig {
     /**
      * To determine whether use test mode when initialize TLS context
      */
-    public static boolean tlsTestModeEnable = Boolean.parseBoolean(System.getProperty(TLS_TEST_MODE_ENABLE, "false"));
+    public static boolean tlsTestModeEnable = Boolean.parseBoolean(System.getProperty(TLS_TEST_MODE_ENABLE, "true"));
 
     /**
      * Indicates the state of the {@link javax.net.ssl.SSLEngine} with respect to client authentication.

-- 
To stop receiving notification emails like this one, please contact
['"commits@rocketmq.apache.org" <co...@rocketmq.apache.org>'].