How to validate the server’s certificate on the client’s side

To determine whether the certificate is considered as valid by the client, follow these steps:
1. Export the server’s certificate.
2. Copy the server’s certificate to the client.
3. On the client, open a Command Prompt window and type the following command line:

certutil -v -urlfetch -verify ServerCertificate.cer

Leave a comment