Re: Trying to understand How Tomcat uses Keystore for SSL

2017-12-01 Thread Don Flinn
Chris I'll be happy to accept your challenge to try to write some documentation for the site from a newbee's point of view. It will be on the slow side as my 'day job' will interfere somewhat. It also will require some correction of errors. Don On Wed, Nov 29, 2017 at 9:37 AM, Christopher

Re: SSL connectors

2017-12-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 12/1/17 10:44 AM, Mark Thomas wrote: > On 01/12/17 14:57, Chris Cheshire wrote: >> I see in the changelog for 8.5.24 >> >> 60762: Add the ability to make changes to the TLS configuration >> of a connector at runtime without having to

Re: Trying to understand How Tomcat uses Keystore for SSL

2017-12-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Don, On 12/1/17 3:14 AM, Don Flinn wrote: > I'll be happy to accept your challenge to try to write some > documentation for the site from a newbee's point of view. It will > be on the slow side as my 'day job' will interfere somewhat. It > also

[ANN] Apache Tomcat Native 1.2.16 released

2017-12-01 Thread Mark Thomas
Apologies for the delayed announcement. The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.16 stable. The key features of this release are: - Windows binaries built with APR 1.6.3 and OpenSSL 1.0.2m. - Improved parsing of OCSP extensions Note that users

[ANN] Apache Tomcat 9.0.2 available

2017-12-01 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.2 (beta). Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.2 is a bugfix

Re: [ANN] Apache Tomcat 9.0.2 available

2017-12-01 Thread Chris Cheshire
Interesting take on 'beta', in all my years writing software I haven't seen that used before. I ask because I saw it has recently gone from milestones, to release candidates to beta with different point versions. I didn't know if I had missed something in between :) On Fri, Dec 1, 2017 at 10:11

[ANN] Apache Tomcat 8.5.24 available

2017-12-01 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.24. Tomcat 8.x users should normally be using 8.5.x releases in preference to 8.0.x releases. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression

SSL connectors

2017-12-01 Thread Chris Cheshire
I see in the changelog for 8.5.24 60762: Add the ability to make changes to the TLS configuration of a connector at runtime without having to restart the Connector. (markt) Does this mean we can now update SSL certificates without bouncing the connector?

Re: [ANN] Apache Tomcat 9.0.2 available

2017-12-01 Thread Olaf Kock
On 01.12.2017 15:54, Chris Cheshire wrote: Has 9 had an official release yet, or is it still almost there? On Fri, Dec 1, 2017 at 9:05 AM, Mark Thomas wrote: The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.2 (beta). 9.0.2 (beta) beta =

Re: [ANN] Apache Tomcat 9.0.2 available

2017-12-01 Thread Mark Thomas
On 01/12/17 15:16, Chris Cheshire wrote: > Interesting take on 'beta', in all my years writing software I haven't > seen that used before. > > I ask because I saw it has recently gone from milestones, to release > candidates to beta with different point versions. I didn't know if I > had missed

Re: SSL connectors

2017-12-01 Thread Mark Thomas
On 01/12/17 14:57, Chris Cheshire wrote: > I see in the changelog for 8.5.24 > > 60762: Add the ability to make changes to the TLS configuration of a > connector at runtime without having to restart the Connector. (markt) > > Does this mean we can now update SSL certificates without bouncing the

Re: [ANN] Apache Tomcat 9.0.2 available

2017-12-01 Thread Chris Cheshire
Has 9 had an official release yet, or is it still almost there? On Fri, Dec 1, 2017 at 9:05 AM, Mark Thomas wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat 9.0.2 (beta). > > Apache Tomcat 9 is an open source software implementation of the

Re: unable to set the "secure="true" flag on server.xml

2017-12-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Coty, On 11/30/17 3:51 PM, Coty Sutherland wrote: > On Thu, Nov 30, 2017 at 1:39 PM, Christopher Schultz > wrote: Naga, > > On 11/30/17 12:29 PM, Naga Ramesh wrote: Thanks Chris.. See the below