Browser is not prompting for a client certificate

前端 未结 6 2208
暗喜
暗喜 2020-12-06 00:34

Background:

I am updating an internal application to a two-step authentication process. I want to add a client certificate authentication process

6条回答
  •  -上瘾入骨i
    2020-12-06 00:40

    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.

    you need to install openssl first if you don't have it

提交回复
热议问题