Background:
I am updating an internal application to a two-step authentication process. I want to add a client certificate authentication process
Try openssl s_client -connect yourip:443 -prexit And see if the CA (your self signed cert) is send to the client in the Acceptable client certificate CA names.
openssl s_client -connect yourip:443 -prexit
you need to install openssl first if you don't have it