Re: Truststore in HTTPS Connector does not work with Linux

2020-09-18 Thread Daniel Savard
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

Re: Truststore in HTTPS Connector does not work with Linux

2020-09-18 Thread Christopher Schultz
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. > >&

RE: Truststore in HTTPS Connector does not work with Linux

2020-09-17 Thread David Weisgerber
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.

RE: Truststore in HTTPS Connector does not work with Linux

2020-09-17 Thread David Weisgerber
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

Re: Truststore in HTTPS Connector does not work with Linux

2020-09-09 Thread Christopher Schultz
-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

RE: Truststore in HTTPS Connector does not work with Linux

2020-09-08 Thread David Weisgerber
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

Re: Truststore in HTTPS Connector does not work with Linux

2020-09-08 Thread Christopher Schultz
-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

AW: Truststore in HTTPS Connector does not work with Linux

2020-09-08 Thread David Weisgerber
e=WINDOWS-ROOT ________ Von: Luis Rodríguez Fernández [uo67...@gmail.com] Gesendet: Dienstag, 8. September 2020 10:16 An: Tomcat Users List Betreff: Re: Truststore in HTTPS Connector does not work with Linux Hello David, That error usually happens when the java

Re: Truststore in HTTPS Connector does not work with Linux

2020-09-08 Thread Luis Rodríguez Fernández
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.

Truststore in HTTPS Connector does not work with Linux

2020-09-08 Thread David Weisgerber
Hi, 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 certificate for HTTPs as well as (if intended) zero or one certificate for client authentication. The c