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

Setting up the remote JMX port for SSL/TLS would be entirely within the scope of the JVM options.

Jetty is not involved in the JMX service, it merely exposes components to the JMX layer.
The rest is handled by the JVM.

The instructions you have linked to are the only ones I'm aware of for setting up the SSL certificates for JMX.
It also states that SSL/TLS is the default behavior for the JMX remote agent.

http://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html#gdemv


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Tue, Feb 7, 2017 at 8:34 AM, Brian Reichert <reichert@xxxxxxxxxxx> wrote:
Has anyone configured the JMX interface to employ SSL in jetty 9?

The docs for JMX under jetty 9 don't call it out at all:

  http://www.eclipse.org/jetty/documentation/current/jmx-chapter.html#using-jmx

And my efforts to set the related properties in my start.ini file
don't seem to be honored:

  http://docs.oracle.com/javase/8/docs/technotes/guides/management/agent.html

Out of the box, there seem to be no diagnostics about jetty's
processing of these properties.

We're using jetty 9.3.8.v20160314, FWIW.  Please let me know if
there are any other particulars that would be useful here.

Thanks in advance for any pointers you may have.

--
Brian Reichert                          <reichert@xxxxxxxxxxx>
BSD admin/developer at large
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top