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
> Gesende
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 th
> -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
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
>
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
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
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
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