Re: Certificate based database authentication

2018-07-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Will, On 7/10/18 9:03 AM, Will Nordmeyer wrote: > I have an application in Tomcat 7 that connects to an Oracle > database. Currently we are connecting using the username/password > which is embedded in the xml files. To harden security, we are >

RE: Certificate based database authentication

2018-07-11 Thread Jäkel , Guido
:quark...@gmail.com] >Sent: Tuesday, July 10, 2018 7:19 PM >To: Tomcat Users List >Subject: Re: Certificate based database authentication > >Thanks Andre - I agree it is an oracle driver based question, but >sometimes here is faster for answers based on people's own life >experience.

Re: Certificate based database authentication

2018-07-10 Thread Will Nordmeyer
Thanks Andre - I agree it is an oracle driver based question, but sometimes here is faster for answers based on people's own life experience. On Tue, Jul 10, 2018 at 11:26 AM, André Warnier (tomcat) wrote: > Hi. > > On 10.07.2018 15:03, Will Nordmeyer wrote: >> >> I have an application in

Re: Certificate based database authentication

2018-07-10 Thread tomcat
Hi. On 10.07.2018 15:03, Will Nordmeyer wrote: I have an application in Tomcat 7 that connects to an Oracle database. Currently we are connecting using the username/password which is embedded in the xml files. To harden security, we are looking at x509 certificate authentication. Is there a