Re: Re: How to set up Tomcat as a client (not a server) for mutual SSL

2018-06-02 Thread gaofeng...@139.com
How to unsubscribe to tomcat gaofeng...@139.com From: Mark Thomas Date: 2018-05-31 22:19 To: Tomcat Users List Subject: Re: How to set up Tomcat as a client (not a server) for mutual SSL On 31/05/18 14:20, Jean Pierre Urkens wrote: > I've a web application deployed under Tomcat-8.5.30 that

Re: How to set up Tomcat as a client (not a server) for mutual SSL

2018-06-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 5/31/18 10:19 AM, Mark Thomas wrote: > On 31/05/18 14:20, Jean Pierre Urkens wrote: >> I've a web application deployed under Tomcat-8.5.30 that sends >> web service (SOAP) requests (using Axis 1.4 framework) to another >> web server. >>

Re: How to set up Tomcat as a client (not a server) for mutual SSL

2018-05-31 Thread Mark Thomas
On 31/05/18 14:20, Jean Pierre Urkens wrote: > I've a web application deployed under Tomcat-8.5.30 that sends web service > (SOAP) requests (using Axis 1.4 framework) to another web server. > > The target server applies mutual SSL and the SSL handshake fails on finding > an appropriate client

How to set up Tomcat as a client (not a server) for mutual SSL

2018-05-31 Thread Jean Pierre Urkens
I've a web application deployed under Tomcat-8.5.30 that sends web service (SOAP) requests (using Axis 1.4 framework) to another web server. The target server applies mutual SSL and the SSL handshake fails on finding an appropriate client certificate as requested by the server. I can't seem