Re: [jetty-users] Updating SSL keystore

2017-02-07 Thread Travis Spencer
On Feb 6, 2017 10:45 AM, "Simone Bordet" wrote: Hi, Hey again, Simone. On Mon, Feb 6, 2017 at 7:57 AM, Travis Spencer wrote: > What about ciphers, Ciphers are part of the crypto material you reload with #918. Nice > port, listening address,

Re: [jetty-users] configuring JMX interface to use SSL

2017-02-07 Thread Brian Reichert
On Tue, Feb 07, 2017 at 09:10:37AM -0700, Joakim Erdfelt wrote: > 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. But, jetty renames some of the

Re: [jetty-users] configuring JMX interface to use SSL

2017-02-07 Thread Joakim Erdfelt
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

[jetty-users] configuring JMX interface to use SSL

2017-02-07 Thread Brian Reichert
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:

[jetty-users] Changing proxy settings

2017-02-07 Thread Jaap de Jong
Hi All, In some occasions I have to turn the proxy for an HttpClient on and/or off. Should I create a new HttpClient in such a case? Or just update the settings? Thanks in advance! Jaap ___ jetty-users mailing list jetty-users@eclipse.org To

Re: [jetty-users] Updating SSL keystore

2017-02-07 Thread John English
I'm still playing with SslContextFactory and having some problems. This code bombs out with a NullPointerException: SslContextFactory s = new SslContextFactory(); keystoreFile = new File(s.getKeyStorePath()); I want to locate the keystore file (whose pathname is specified in start.ini)