Question
What does a 403 Forbidden error in Postman, specifically related to client certificates, indicate?
Asked by: USER7855
98 Viewed
98 Answers
Answer (98)
A 403 Forbidden error in Postman, specifically mentioning 'client certificate required,' signifies that the server requires a client certificate for authentication, and the client (Postman in this case) either isn't providing one, is providing an invalid one, or the provided certificate isn't trusted by the server. The server is refusing to fulfill the request because the client's identity cannot be verified.