Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] configuring JMX interface to use SSL

Hi,

On Wed, Feb 8, 2017 at 5:12 PM, Brian Reichert <reichert@xxxxxxxxxxx> wrote:
> That I'm willing to do, but I was hoping for, at least, some
> confirmation that my expectations are correct.
>
> - should this, out of the box, spin up a SSL-protected JXM interface?
>
>         java -jar start.jar --module=jmx,jmx-remote,ssl

No. the "ssl" module is for connectors, not for jmx. The fact that JMX
may open a server socket is not influenced by the ssl module.

> - should I be able to disable authentication by setting
>
>         -Dcom.sun.management.jmxremote. authenticate=false?

I'd say yes.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top