librelp icon indicating copy to clipboard operation
librelp copied to clipboard

TLS with client authentication does not send the list of acceptable issuers

Open digirati82 opened this issue 1 year ago • 0 comments

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!

digirati82 avatar Aug 14 '24 12:08 digirati82