You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsslutils-discuss
I am the client and am trying to communicate with two external systems
via SSL using apache httpclient 3.1. the external providers each
provided me a p12 so I merged and created a Java Keystore for these
keys. So now my keystore has two private keys and their associated
certificate chains. Currently trust manager is set to trust all for
testing purpose.
How to use these api to dynamically select which certificate + chain
to use when calling a particular client? Basically when i make a call
using apache http client calling external system A, select alias for
system A private cert and call. Then when calling External System B,
select alias for System B get private cert and call.