Re: Connector bindOnInit=false not behaving as expected

2016-12-07 Thread Mark Thomas
On 06/12/2016 16:25, Christopher Schultz wrote: > On 12/6/16 4:17 AM, Mark Thomas wrote: >> It should be as simple as: > >> 1. Construct a new SSLContext > >> 2. Replace the old SSLContext with the new one. > > So if there were a reloadTLSConfiguration method on the Connector (or > similar

Re: Connector bindOnInit=false not behaving as expected

2016-12-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 12/6/16 4:17 AM, Mark Thomas wrote: > On 05/12/2016 23:03, Christopher Schultz wrote: >> Mark, >> >> On 12/4/16 3:24 PM, Mark Thomas wrote: >> It looks like the ProtocolHandler is really the place >> where the TLS configuration is

Re: Connector bindOnInit=false not behaving as expected

2016-12-06 Thread Mark Thomas
On 05/12/2016 23:03, Christopher Schultz wrote: > Mark, > > On 12/4/16 3:24 PM, Mark Thomas wrote: > It looks like the ProtocolHandler is really the place where > the TLS configuration is taking effect, and not the > Connector, so I'm largely ignoring the Connector for now. Is >

Re: Connector bindOnInit=false not behaving as expected

2016-12-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 12/4/16 3:24 PM, Mark Thomas wrote: It looks like the ProtocolHandler is really the place where the TLS configuration is taking effect, and not the Connector, so I'm largely ignoring the Connector for now. Is that the

Re: Connector bindOnInit=false not behaving as expected

2016-12-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 12/4/16 3:24 PM, Mark Thomas wrote: > On 04/12/2016 20:09, Christopher Schultz wrote: >> All, >> >> On 12/1/16 6:07 PM, Christopher Schultz wrote: >>> All, >> >>> On 12/1/16 5:59 PM, Christopher Schultz wrote: All, >> I'm

Re: Connector bindOnInit=false not behaving as expected

2016-12-04 Thread Mark Thomas
On 04/12/2016 20:09, Christopher Schultz wrote: > All, > > On 12/1/16 6:07 PM, Christopher Schultz wrote: >> All, > >> On 12/1/16 5:59 PM, Christopher Schultz wrote: >>> All, > >>> I'm trying to use JMX to do things with Tomcat Connectors and >>> ProtocolHandlers. Specifically, I'd like to

Re: Connector bindOnInit=false not behaving as expected

2016-12-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 12/1/16 6:07 PM, Christopher Schultz wrote: > All, > > On 12/1/16 5:59 PM, Christopher Schultz wrote: >> All, > >> I'm trying to use JMX to do things with Tomcat Connectors and >> ProtocolHandlers. Specifically, I'd like to re-load the

Re: Connector bindOnInit=false not behaving as expected

2016-12-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 12/1/16 5:59 PM, Christopher Schultz wrote: > All, > > I'm trying to use JMX to do things with Tomcat Connectors and > ProtocolHandlers. Specifically, I'd like to re-load the keystore > (really certificate) used for an HTTPs connection.

Connector bindOnInit=false not behaving as expected

2016-12-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm trying to use JMX to do things with Tomcat Connectors and ProtocolHandlers. Specifically, I'd like to re-load the keystore (really certificate) used for an HTTPs connection. I'm currently using Tomcat 8.0.30 for my testing. It looks like