The “Universal Messaging Concepts Version 9.9” document on the section “Client SSL Configuration” it states “This guide explains client SSL configuration on Java. Guides for C++ and C# are also available.”.
Where can I find these guides? Are they in the documentation site?
What my team found lacking was the explanation on how the library chooses which client certificate to send.
We’ve now realized the library will try to send to server all the client certificates it finds…
So an adaptation was made that searches the certificate store in Windows for 1 specific client certificate (created for our application) and sends only that certificate to the server.
We make use of nConstants, which really would be helpful if it had more explanations (and it is not a good name).