AW: SSL issue

2023-03-18 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Kevin, That's why I also suggest to use PEM format. You don’t have to deal with two passwords and the files can be open in a normal editor. Copy & paste also works easily in PEM format. Glad it works now. Greetings, Thomas > -Ursprüngliche Nachricht- > Von: Kevin Huntly >

AW: SSL issue

2023-03-18 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, the relevant error is: Caused by: javax.crypto.BadPaddingException: Given final block not properly padded. Such issues can arise if a bad key is used during decryption. It seems there is something wrong with your keystore. Are both, private and public key in the p12 file? Can you check

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
On Thu, 16 Jun 2022 at 04:42, Christopher Schultz < ch...@christopherschultz.net> wrote: > 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

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)
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

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

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