403 - Forbidden: Access is denied, certificates issue in IIS7

35,783

In certificate Store verified all server certificate and client cert with its authority hierarchy are available.

also cross check below settings

Application Authentication: Anonymous Application SSL Setting: Require SSL/ Accept ApplicationHost.config: enabled OnetoOneMapping under iisClientCertificateMappingAuthentication also added base64 certificate mapped with service accounts

Also based on my past experience we need to ensure we have SChannel registry setting as mentioned in below post. https://support.microsoft.com/en-us/kb/2464556

Share:
35,783
Admin
Author by

Admin

Updated on August 13, 2021

Comments

  • Admin
    Admin almost 3 years

    I have installed a renewed SSL certificate on my web server running IIS7.

    After installation, I applied website binding to port 443.

    My application uses client certificates too, so I have changed the SSL setting to Require 'client certificate'.

    Both client and SSL server certificates are valid but still I am not able to access my application. The error I get is:

    403 - Forbidden: Access is denied.

    I have enabled client certificate mapping in IIS role settings also but still not getting rid of this 403 error.

    I guess client certificate is not able to handshake with server certificate. Please help!

  • user207421
    user207421 almost 5 years
    But that's not the requirement.