I need to enable mutual (2-way) authentication between client requests (coming on one of the WEBSEAL junctions) and the backend WAS application server.
our client request flow is as follows.
Client -> Loadbalancer -> WebSeal Servers -> HttpServer -> WAS Servers.
where and how do i implement 2-way SSL authentication. thanks.