[
https://issues.apache.org/jira/browse/CASSANDRA-9089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14519381#comment-14519381
]
T Jake Luciani edited comment on CASSANDRA-9089 at 4/29/15 2:31 PM:
--------------------------------------------------------------------
I'm not sure why we would add ssl to localhost only connections? I'd rather
remove this stuff and keep this simple. There is already an official way todo
this with the JRE.
was (Author: tjake):
I'm not sure why we would add ssl to localhost only connections? I'd rather
remove this stuff and keep this simple. There is already an official way todo
this with the JRE.
The following is java 8 syntax.
{code}
boolean ssl = "true".equals(System.getProperty("cassandra.jmx.ssl"));
{code}
> Make JMX listen address configurable
> ------------------------------------
>
> Key: CASSANDRA-9089
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9089
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Robert Stupp
> Assignee: Robert Stupp
> Priority: Minor
>
> CASSANDRA-9085 introduced the ability to set the address the JMX server binds
> to. It's beneficial to have JMX listen to a specific address (default to the
> loopback address is fine).
> Any preferences whether to do that for 2.1 or 3.0?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)