It hanges when trying to connect. My question is, should the server cert that we intend to trust be stored in the same client.kdb file as the cert that the client itself presents to the server?
A single kdb file holds both private keys for the client and the CA signing certs associated with the server's certificate (or the cert itself if using self-signed).
When doing mTLS, I'm trying to do the following
It hanges when trying to connect. My question is, should the server cert that we intend to trust be stored in the same
client.kdb
file as the cert that the client itself presents to the server?Thanks.