Le jeu. 17 sept. 2020 à 11:31, David Weisgerber
a écrit :
> I think I was able to figure out the problem (more or less):
> Using two distinct keystores for trusted certificates and server keys
> solves the problem. But don't ask me why there is a difference between
> Windows and Linux on this top
r
> Sent: Thursday, 17 September 2020 09:29
> To: Tomcat Users List
> Subject: RE: Truststore in HTTPS Connector does not work with Linux
>
> Hi,
>
>> Ugh. That *does* point toward a bug in Tomcat itself or something odd with
>> the JVM.
>
> Yep.
>
>&
Linux).
-Original Message-
From: David Weisgerber
Sent: Thursday, 17 September 2020 09:29
To: Tomcat Users List
Subject: RE: Truststore in HTTPS Connector does not work with Linux
Hi,
> Ugh. That *does* point toward a bug in Tomcat itself or something odd with
> the JVM.
Yep.
Hi,
> Ugh. That *does* point toward a bug in Tomcat itself or something odd with
> the JVM.
Yep.
>> No, we automatically ship the latest 8.5 tomcat version. However for
>> our docker based distribution I was sure that this feature worked at
>> some time (I think I used tomcat 8.0 for this). I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
David,
On 9/9/20 02:46, David Weisgerber wrote:
> Hi Christopher,
>
>> This should be okay, though it is a little unusual to use the
>> same keystore for both "keys" and "trusted certs". Can you
>> confirm the contents + types of everything in the k
Hi Christopher,
> This should be okay, though it is a little unusual to use the same keystore
> for both "keys" and "trusted certs".
> Can you confirm the contents + types of everything in the keystore?
After your approach from the end of your response, I exported the certificate
of main and st
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
David,
On 9/8/20 03:58, David Weisgerber wrote:
> I have some weird problem or bug with the HTTPS Connector. In our
> product, that ships with tomcat we want to achieve the following:
>
> There is one keystore where the customer puts its server
> ce
Hello David,
That error usually happens when the java process (tomcat) can not access
the truststore file. May I ask you to check permissions and ownership of
the truststore file? You can always add -Djavax.net.debug=all to your
CATALINA_OPTS, it will give you way more information about the issue.