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

2022-06-17 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: Peter Chamberlain > Gesendet: Freitag, 17. Juni 2022 15:36 > An: Tomcat Users List > Betreff: Re: AW: SSL issue with Tomcat 6.0.45 and JRE 1.8.0 > > On Thu, 16 Jun 2022 at 04:42, Christopher Schultz < > ch...@ch

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

2022-06-17 Thread Peter Chamberlain
> >> 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. >

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

AW: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-15 Thread Thomas Hoffmann (Speed4Trade GmbH)
> -Ursprüngliche Nachricht- > Von: Pavan Kumar Tiruvaipati > Gesendet: Mittwoch, 15. Juni 2022 11:14 > An: Tomcat Users List > Betreff: Re: SSL issue with Tomcat 6.0.45 and JRE 1.8.0 > > Hi, > > Java ships cipher suites. We have printed all available cipher

Re: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-15 Thread Pavan Kumar Tiruvaipati
: Pavan Kumar Tiruvaipati > > Gesendet: Mittwoch, 15. Juni 2022 09:56 > > An: thomas.hoffm...@speed4trade.com.invalid > > Cc: Tomcat Users List > > Betreff: Re: SSL issue with Tomcat 6.0.45 and JRE 1.8.0 > > > > Hi, > > > > Thanks for the quick resp

AW: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-15 Thread Thomas Hoffmann (Speed4Trade GmbH)
Pavan Kumar Tiruvaipati > Gesendet: Mittwoch, 15. Juni 2022 09:56 > An: thomas.hoffm...@speed4trade.com.invalid > Cc: Tomcat Users List > Betreff: Re: SSL issue with Tomcat 6.0.45 and JRE 1.8.0 > > Hi, > > Thanks for the quick response. I will print all the available ciphe

Re: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-15 Thread Pavan Kumar Tiruvaipati
t; > 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.

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

Re: SSL issue with Tomcat 6.0.45 and JRE 1.8.0

2022-06-15 Thread Pavan Kumar Tiruvaipati
Hi, Tomcat server started successfully. I'm seeing the following error in the tomcat logs when SSL is enabled in server.xml Application is not able to run on https://localhost:8080. 2022-06-15 12:02:43,923 [http-3003-1] DEBUG *org.apache.tomcat.util.net.JIoEndpoint - Handshake failed*

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 /