[ANN] Apache Tomcat Native 1.2.34 released

2022-06-14 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.34 stable. The key features of this release are: - Refactor the initialization of the native code so it is compatible with Tomcat 10.1.x where deprecated Java classes will be removed - Map the OpenSSL

Re: cert/key config woes

2022-06-14 Thread Rob Sargent
On 6/14/22 13:06, Christopher Schultz wrote: Thanks so much for your perseverance. On 6/14/22 14:43, Rob Sargent wrote: Let's get one thing working at a time. I reviewed this thread, and I honestly can't figure out exactly what you are trying to do. Can you please clarify? 1. "I want to

Re: cert/key config woes

2022-06-14 Thread Christopher Schultz
Rob, On 6/14/22 14:43, Rob Sargent wrote: I have my environment working again but not with supplying both keystore and truststore to both the server and the client.  Clearly scrogged somewhere Let's get one thing working at a time. I reviewed this thread, and I honestly can't figure out

Re: cert/key config woes

2022-06-14 Thread Rob Sargent
On 6/14/22 12:43, Rob Sargent wrote: On 6/2/22 16:06, Rob Sargent wrote: I'm starting both the server and the client with both key and trust. Does that bite? I would avoid giving access to the key to anything that doesn't absolutely need it. Usually, only the server needs access to

Re: cert/key config woes

2022-06-14 Thread Rob Sargent
On 6/2/22 16:06, Rob Sargent wrote: I'm starting both the server and the client with both key and trust. Does that bite? I would avoid giving access to the key to anything that doesn't absolutely need it. Usually, only the server needs access to the key. -chris

Re: Filehandle left open when using sendfile

2022-06-14 Thread Christopher Schultz
Thomas, On 6/14/22 13:52, Thomas Hoffmann (Speed4Trade GmbH) wrote: Hello, we are using Tomcat 10.0.16 under windows. For sending files to the browser, we are using sendfile by setting the attribute "org.apache.tomcat.sendfile.filename". Streaming an image to the browser works well in this

Filehandle left open when using sendfile

2022-06-14 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, we are using Tomcat 10.0.16 under windows. For sending files to the browser, we are using sendfile by setting the attribute "org.apache.tomcat.sendfile.filename". Streaming an image to the browser works well in this way. But we observed that if the user tries to delete the file afterwards,

Filehandle left open when using sendfile

2022-06-14 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, we are using Tomcat 10.0.16 under windows. For sending files to the browser, we are using sendfile by setting the attribute "org.apache.tomcat.sendfile.filename". Streaming an image to the browser works well in this way. But we observed that if the user tries to delete the file afterwards,

Re: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-14 Thread Christopher Schultz
Pavan, Please reply to the list and not me personally. On 6/14/22 11:21, Pavan Kumar Tiruvaipati wrote:                acceptCount="100"  scheme="https" secure="true" connectionTimeout="2"                clientAuth="false" algorithm="SunX509" sslProtocol="TLS"      

Re: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-14 Thread Christopher Schultz
Pavan, On 6/14/22 08:32, Pavan Kumar Tiruvaipati wrote: We have replaced JDK 1.8 with JRE 1.8.0_333. SSL configuration was working fine with Tomcat 6.0.45 before replacing JDK with JRE. Now it's not working. In server.xml, SSL Protocol is set to "TLS". Does Tomcat 6.0.45 support SSL with

SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-14 Thread Pavan Kumar Tiruvaipati
Hi, We have replaced JDK 1.8 with JRE 1.8.0_333. SSL configuration was working fine with Tomcat 6.0.45 before replacing JDK with JRE. Now it's not working. In server.xml, SSL Protocol is set to "TLS". Does Tomcat 6.0.45 support SSL with JRE 1.8.0_333 ? Are there any specific protocols /