RE: Certificate based database authentication

2018-07-10 Thread Jäkel , Guido
Dear Will, I agree to Your approach. Said that, I also don't have any experience with the concrete question, but from my Tomcat and Java experience, I would say that -- from a quick look -- the docs https://blogs.oracle.com/dev2dev/ssl-connection-to-oracle-db-using-jdbc,-tlsv12,-jks-o

nginx + Tomcat 9

2018-07-10 Thread Mark Thomas
On 10/07/18 17:59, Giacomo Arru - BETA Technologies wrote: > Hi, > we are using nginx as proxy for our web app deployed in Tomcat 9. > > The app uses websocket. The websocket connection dies after 30/40 seconds and > we can't figure out why. > > Any suggestions? Turn on debug logging for the

Re: nginx + Tomcat 9

2018-07-10 Thread tomcat
On 10.07.2018 18:59, Giacomo Arru - BETA Technologies wrote: Hi, we are using nginx as proxy for our web app deployed in Tomcat 9. The app uses websocket. The websocket connection dies after 30/40 seconds and we can't figure out why. Any suggestions? - look at the logs ? (of nginx as well a

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 Tomcat

nginx + Tomcat 9

2018-07-10 Thread Giacomo Arru - BETA Technologies
Hi, we are using nginx as proxy for our web app deployed in Tomcat 9. The app uses websocket. The websocket connection dies after 30/40 seconds and we can't figure out why. Any suggestions? Giacomo Non multa, sed multum Giacomo Arru Direttore commerciale - BETA Technologies

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 wa

Certificate based database authentication

2018-07-10 Thread Will Nordmeyer
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 way to tie a certificate to Tomcat hand have them au