Re: WebApp Mutual TLS for connecting to thrid party REST service

2023-11-06 Thread Mark Thomas
On 06/11/2023 17:03, Brian Wolfe wrote: Is there a way to use JSSE in tomcat to manage TLS mutual auth for when a process in tomcat is acting as a client during a REST call to use a client certificate from a keystore to authenticate to the third party? Or is this something that has to be handled

WebApp Mutual TLS for connecting to thrid party REST service

2023-11-06 Thread Brian Wolfe
Is there a way to use JSSE in tomcat to manage TLS mutual auth for when a process in tomcat is acting as a client during a REST call to use a client certificate from a keystore to authenticate to the third party? Or is this something that has to be handled at the application level? I know in Java