No client certificate CA names are sent during the connection initialization.
Tested using: openssl s_client -connect server:port -prexit
Result: "No client certificate CA names sent"
Suggest using the CACert file CN(s) or other parameter with OpenSSL functions set_client_CA_list, add_client_CA, or similar to allow the client to select the correct certificate.
Thanks!
No client certificate CA names are sent during the connection initialization.
Tested using: openssl s_client -connect server:port -prexit
Result: "No client certificate CA names sent"
Suggest using the CACert file CN(s) or other parameter with OpenSSL functions set_client_CA_list, add_client_CA, or similar to allow the client to select the correct certificate.
Thanks!