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 Tue, Feb 7, 2017 at 4:34 PM, Brian Reichert <reichert@xxxxxxxxxxx> wrote:
> Has anyone configured the JMX interface to employ SSL in jetty 9?

We have reworked the JMX support in
https://github.com/eclipse/jetty.project/issues/1517.
It now supports also TLS out of the box.
The documentation has been rewritten as well to include the setup
required for TLS too.

I recommend you to look also into connecting via SSH tunnel (also in
the documentation).
Sometimes it is a much cleaner solution than using TLS.

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


Back to the top