RE: tomcat and ssl [EXTERNAL]

2020-04-27 Thread jonmcalexander
cooperation. -Original Message- From: Beard, Shawn M. Sent: Monday, April 27, 2020 11:47 AM To: Tomcat Users List Subject: RE: tomcat and ssl [EXTERNAL] Adding this to the JVM options worked: -Djavax.net.ssl.trustStore=/usr/apache/tomcat/ssl/TomcatTrustStore.p12

RE: tomcat and ssl [EXTERNAL]

2020-04-27 Thread Beard, Shawn M.
: users@tomcat.apache.org Subject: Re: tomcat and ssl [EXTERNAL] ** CAUTION: External message On 27/04/2020 17:29, Beard, Shawn M. wrote: > This is a 3rd party app so can't do that. We need to configure tomcat to have > apps use a trust store just like any other java container. Tha

RE: tomcat and ssl [EXTERNAL]

2020-04-27 Thread Beard, Shawn M.
Adding this to JVM options worked -Djavax.net.ssl.trustStore=/usr/apache/tomcat/ssl/TomcatTrustStore.p12 -Djavax.net.ssl.trustStorePassword=XXX Shawn Beard Sr. Systems Engineer BTS +1-515-564-2528 -Original Message- From: js84 Sent: Monday, April 27, 2020 11:33 AM To: Tomcat User

Re: tomcat and ssl [EXTERNAL]

2020-04-27 Thread Mark Thomas
as relying on system properties for configuration can be fragile). Mark > > > > Shawn Beard > Sr. Systems Engineer > BTS > +1-515-564-2528 > > -Original Message- > From: Mark Thomas > Sent: Monday, April 27, 2020 11:26 AM > To: users@

RE: tomcat and ssl [EXTERNAL]

2020-04-27 Thread Beard, Shawn M.
users@tomcat.apache.org Subject: Re: tomcat and ssl [EXTERNAL] ** CAUTION: External message On 27/04/2020 17:21, Beard, Shawn M. wrote: > I have an app running in tomcat 9 that makes an ssl call to an > external webservice. > > > > It fails with these errors