Skip to content

Commit

Permalink
[ROCKETMQ-28] Disable ssl mdoe by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouxinyu committed Oct 19, 2017
1 parent 61aaf51 commit 1a88fe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 1a88fe0

Please sign in to comment.