This is an automated email from the ASF dual-hosted git repository.
yukon pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 1a88fe0 [ROCKETMQ-28] Disable ssl mdoe by default
1a88fe0 is described below
commit 1a88fe09757969a0c8e53b8ddb793ff449aeae25
Author: yukon <[email protected]>
AuthorDate: Thu Oct 19 15:16:00 2017 +0800
[ROCKETMQ-28] Disable ssl mdoe by default
---
.../main/java/org/apache/rocketmq/remoting/netty/NettySystemConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettySystemConfig.java
b/remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettySystemConfig.java
index b9c1f3f..28a7f27 100644
---
a/remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettySystemConfig.java
+++
b/remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettySystemConfig.java
@@ -57,7 +57,7 @@ public class NettySystemConfig {
* </ol>
*/
public static SslMode sslMode = //
-
SslMode.parse(System.getProperty(ORG_APACHE_ROCKETMQ_REMOTING_SSL_MODE,
"permissive"));
+
SslMode.parse(System.getProperty(ORG_APACHE_ROCKETMQ_REMOTING_SSL_MODE,
"disabled"));
public static String sslConfigFile = //
System.getProperty(ORG_APACHE_ROCKETMQ_REMOTING_SSL_CONFIG_FILE,
"/etc/rocketmq/ssl.properties");
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].