Re: AW: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-15 Thread Christopher Schultz
Thomas, On 6/15/22 03:08, Thomas Hoffmann (Speed4Trade GmbH) wrote: Hello, -Ursprüngliche Nachricht- Von: Pavan Kumar Tiruvaipati Gesendet: Mittwoch, 15. Juni 2022 08:59 An: Christopher Schultz Cc: Tomcat Users List Betreff: Re: SSL issue with Tomcat 6.0.45 and JRE 1.8.0 Hi, Tomca

Re: AW: Filehandle left open when using sendfile

2022-06-15 Thread Christopher Schultz
Thomas, On 6/15/22 02:26, Thomas Hoffmann (Speed4Trade GmbH) wrote: Hello Christopher, -Ursprüngliche Nachricht- Von: Christopher Schultz Gesendet: Dienstag, 14. Juni 2022 20:26 An: users@tomcat.apache.org Betreff: Re: Filehandle left open when using sendfile Thomas, On 6/14/22 13:5

Re: cert/key config woes

2022-06-15 Thread Rob Sargent
Chris, Back at my desk and going through you notes again. 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 get Tomcat working as a serv

Re: cert/key config woes

2022-06-15 Thread Rob Sargent
> On Jun 15, 2022, at 7:45 AM, Christopher Schultz > wrote: > > Rob, > >> On 6/14/22 15:38, Rob Sargent wrote: >> On 6/14/22 13:06, Christopher Schultz wrote: >> Thanks so much for your perseverance. > > No problem. Anything to avoid doing $work. Away from my desk this morning but will re

Re: cert/key config woes

2022-06-15 Thread Christopher Schultz
Rob, On 6/14/22 15:38, Rob Sargent wrote: On 6/14/22 13:06, Christopher Schultz wrote: Thanks so much for your perseverance. No problem. Anything to avoid doing $work. 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

AW: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-15 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Pavan, which client are you using to access Tomcat? Which TLS-Version are activated on that client? Java 8 ships with ssl ciphers suitable for common browsers (in default configuration). If the server is public, use https://www.ssllabs.com/ssltest/ to check the server ciphers. If the ser

Re: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-15 Thread Pavan Kumar Tiruvaipati
Hi, Java ships cipher suites. We have printed all available cipher suites in our environment. Tomcat is not able to enable SSL with JRE 1.8.0_333. The error says that the client and the server couldn’t find a common cipher suite. 1. Which cipher suite to be updated in tomcat to enable SSL ? 2.

AW: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-15 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, Java already ships with a broad variety of cipher suites. The crypto providers are listed in the file java.security. As long as you don’t modify this file, SSL should work just fine in the default java-configuration. Greetings, Thomas > -Ursprüngliche Nachricht- > Von: Pavan Kuma

Re: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-15 Thread Pavan Kumar Tiruvaipati
Hi, Thanks for the quick response. I will print all the available cipher suites. Where do I need to update the cipher to support SSL ? Regards, Pavan On Wed, Jun 15, 2022 at 12:39 PM Thomas Hoffmann (Speed4Trade GmbH) wrote: > Hello, > > > -Ursprüngliche Nachricht- > > Von: Pavan Kum

AW: Filehandle left open when using sendfile

2022-06-15 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: Thomas Hoffmann (Speed4Trade GmbH) > > Gesendet: Mittwoch, 15. Juni 2022 08:26 > An: Tomcat Users List > Betreff: AW: Filehandle left open when using sendfile > > Hello Christopher, > > > -Ursprüngliche Nachricht- > > Von: Christopher Schultz

AW: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-15 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: Pavan Kumar Tiruvaipati > Gesendet: Mittwoch, 15. Juni 2022 08:59 > An: Christopher Schultz > Cc: Tomcat Users List > Betreff: Re: SSL issue with Tomcat 6.0.45 and JRE 1.8.0 > > Hi, > > Tomcat server started successfully. > > I'm seeing the f