Site icon port135.com

(Solved) 403.16 Forbidden: Client certificate is untrusted or invalid

A browser displays 4xx error when there is a client side issue while accessing a website. Specifically, 403 error translates into “Forbidden“. If you dive deep in the issue (Failed Request Logs or IIS logs), you may see 16 as a sub-status code which refers to “Client certificate is untrusted or invalid” (Reference).

You will find out about how to solve 403.16 error in this post.

Solution for “403.16 Forbidden: Client certificate is untrusted or invalid” error

In my case, the issue was the missing root certificate in the IIS server. The issue was solved once we added it by following the steps below.

Note: Another root cause of the 403.16 issue might be the existence of non-self-signed certificates in “Trusted Root Certification Authorities” container (Reference 1Reference 2)

In order to centralize certificate management in your IIS web farm, check out CCS (Centralized Certificate Store) feature: What is Centralized Certificate Store (CCS) and how to use it?

Exit mobile version