Hi, my server is listening on multiple IP addresses, and according to the IP client has opened a connection to, a different server certificate should be presented (it's a multi-tenant application where each tenant connects to its own IP address). If I understand correctly I need to implement my own KeyManager, holding multiple certificates and choosing the right one based on the connections' destination IP, but I'd appreciate a confirmation that this is the right thing to do, and also get some code examples / instructions.
it's a stand-alone application. Using CXF 3.1.0 The CXF configuration is done with Spring. Thanks you -- View this message in context: http://cxf.547215.n5.nabble.com/How-CXF-SOAP-server-can-present-a-different-certificate-to-different-clients-tp5775940.html Sent from the cxf-user mailing list archive at Nabble.com.
