Is it's possible to configure Tomcat to carry out Mutual Authentication using a connector or custom socket factory?
My scenario involves a Tomcat web application that includes a SOAP client call to a DataPower server.
Mutual Authentication is needed on DataPower but the web app client does not have any SSL code in it.
I don't have the flexibility to change the SOAP web app client and am looking at alternatives.
I could write a "forward proxy" web service to act as the MA client between Tomcat and DataPower but I am hoping for a "configuration" solution in Tomcat rather than writing more code.
I have searched quite a lot and couldn't find anything that quite hit the mark, so I am hoping someone else has come across this.
Many thanks in advance.