I would like to troubleshoot per directory authentication with client certificate. I would specially like to find out which acceptable client certificates does server send.<
curl -iv https://your.domain.io
That will give you cert and header output if you do not wish to use openssl command.