Re: using default cacerts AND custom keystore

2018-02-21 Thread Alex O'Ree
anything related to SSL, key stores, trust stores, X509 certificates, etc will do that to you! On Mon, Feb 19, 2018 at 9:16 AM, Chris Cheshire wrote: > On Fri, Feb 16, 2018 at 2:11 PM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > Chris, > > > > On

Re: using default cacerts AND custom keystore

2018-02-19 Thread Chris Cheshire
On Fri, Feb 16, 2018 at 2:11 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chris, > > On 2/14/18 3:34 PM, Chris Cheshire wrote: >> On Wed, Feb 14, 2018 at 12:30 PM, Mark Thomas >> wrote: >>> On 14/02/18 17:17, Chris Cheshire wrote: I am trying to set

Re: using default cacerts AND custom keystore

2018-02-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 2/14/18 3:34 PM, Chris Cheshire wrote: > On Wed, Feb 14, 2018 at 12:30 PM, Mark Thomas > wrote: >> On 14/02/18 17:17, Chris Cheshire wrote: >>> I am trying to set up my webapp to connect to an external >>> database via ssl. The database u

Re: using default cacerts AND custom keystore

2018-02-14 Thread Chris Cheshire
On Wed, Feb 14, 2018 at 12:30 PM, Mark Thomas wrote: > On 14/02/18 17:17, Chris Cheshire wrote: >> I am trying to set up my webapp to connect to an external database via >> ssl. The database uses a self-signed certificate. I have created a >> keystore with the self-signed CA and the client key & c

Re: using default cacerts AND custom keystore

2018-02-14 Thread Mark Thomas
On 14/02/18 17:17, Chris Cheshire wrote: > I am trying to set up my webapp to connect to an external database via > ssl. The database uses a self-signed certificate. I have created a > keystore with the self-signed CA and the client key & cert. This > keystore is configured via JAVA_OPTS in setenv.

using default cacerts AND custom keystore

2018-02-14 Thread Chris Cheshire
I am trying to set up my webapp to connect to an external database via ssl. The database uses a self-signed certificate. I have created a keystore with the self-signed CA and the client key & cert. This keystore is configured via JAVA_OPTS in setenv.sh JAVA_OPTS="-Djavax.net.ssl.keyStore=$CATALINA