On Tue, 2005-12-27 at 23:11 +0530, Nishant Agrawal wrote: > Thanks Oleg. ... > > > -- If I send to 2 different servers (at 2 different URLs), > > -- how will implementation decide as to which manager to use, for > present key-cert combo to each server. > > -- here I assume that each different server recognizes this same client > application, by different identities. > > > > --For e.g.: > > --ClientApp has 2 keyManagers > > ---1. KeyManager_A ( key_a, certChain_a) > > ---2. KeyManager_b ( key_b, certChain_b) > > -- server_a identifies certChain_a only. > > -- server_b identifies certChain_b only. > >
You have to configure different SSL contexts for these two servers. The easiest way to achieve that is to have a different key store per different identity Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
