Re: TLS client auth accepted CA [Was: 2 Way SSL integration with Webservices - Inbound connection not trusted]

2017-08-17 Thread Vinoth Raja
> Am 16.08.2017 um 09:09 schrieb Jose María Zaragoza: > >> Hi: >> >> 2017-08-16 6:59 GMT+02:00 Vinoth Raja : >> >>> Hi Chris, >>> >>> In the above conversation, the server presents the list of acceptable >>> client certificates to t

Re: TLS client auth accepted CA [Was: 2 Way SSL integration with Webservices - Inbound connection not trusted]

2017-08-16 Thread Vinoth Raja
e incoming cert for the web service connection we make? Thanks Vinoth On Wed, Aug 16, 2017 at 5:48 PM, Rainer Jung wrote: > Am 16.08.2017 um 09:09 schrieb Jose María Zaragoza: > >> Hi: >> >> 2017-08-16 6:59 GMT+02:00 Vinoth Raja : >> >>> Hi Chris, >>&

Re: 2 Way SSL integration with Webservices - Inbound connection not trusted

2017-08-15 Thread Vinoth Raja
rschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Vinoth, > > On 8/15/17 11:42 AM, Vinoth Raja wrote: > > clientAuth="true" Is not valid attribute for connector in tomcat > > 8.5.15. I have tried setting certificateVerifucation as required &

Re: 2 Way SSL integration with Webservices - Inbound connection not trusted

2017-08-15 Thread Vinoth Raja
CENTRAL BANK > Tel.: +49 (69) 1344 6991 > E-mail: diego.ma...@ecb.europa.eu > www.ecb.europa.eu > www.youtube.com/ecbeuro > https://twitter.com/ecb > > > -Original Message- > From: Vinoth Raja [mailto:rbvdvin...@gmail.com ] > Sent: 15 August 2017 10:50 > To:

2 Way SSL integration with Webservices - Inbound connection not trusted

2017-08-15 Thread Vinoth Raja
Hi, Please advise on the step to resolve the issue encountered in 2way SSL Tomcat version used : apache-tomcat-8.5.15 Java Version used: jdk1.8.0_131 *Problem statement: *Tomcat doesn't trust the inbound connection. We have web application deployed in tomcat and it integrated with web services.

Re: Given password did not match password used to create the PooledConnection when there is no change in password

2015-02-17 Thread Vinoth Raja
e requests" variable "password" was declared as global variable in ConnectionManager class.Hence the encrypted value is updated before calling getConnection when there is more request" Thanks for the advice! Thanks Vinoth On Mon, Feb 16, 2015 at 12:27 AM, Vinoth Raja wrote: >

Re: Given password did not match password used to create the PooledConnection when there is no change in password

2015-02-15 Thread Vinoth Raja
27;t match that for login provided". Please advice whether singleton object can't be used when using multiple datasources. Thanks Vinoth On Thu, Feb 12, 2015 at 12:09 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > H

Re: Given password did not match password used to create the PooledConnection when there is no change in password

2015-02-10 Thread Vinoth Raja
n Wed, Feb 11, 2015 at 3:36 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Vinoth, > > On 2/10/15 11:57 AM, Vinoth Raja wrote: > > Environment used: - Tomcat 7.0.57 - Windows - Java 1.7 - MS SQL >

Given password did not match password used to create the PooledConnection when there is no change in password

2015-02-10 Thread Vinoth Raja
Hi, Environment used: - Tomcat 7.0.57 - Windows - Java 1.7 - MS SQL 2008. Issue:"Given password did not match password used to create the PooledConnection" There is no change in the password from the day application went live.But it happens when there is more request. Backgroun