You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: