Collections:
Other Resources:
What Is OCSP (Online Certificate Status Protocol)
What is OCSP (Online Certificate Status Protocol)?
✍: FYIcenter.com
OCSP (Online Certificate Status Protocol) is
an Internet protocol that allows client systems to communicate
with the CA (Certificate Authority) of an X.509 digital certificate
to verify the status of the certificate.
When a client system receives an X.509 digital certificate from a server, the client system should first make sure the certificate has not been revoked by the CA.
This can be done by sending an OCSP request to CA's OCSP server. The request contains the certificate's identification. The CA's OCSP server will return the current revocation status of the certificate. If the status says revoked, the certificate should be rejected.
Here is a diagram showing how a client system receives a server certificate
and verifies its status using OCSP (source: venafi.com).
Â
⇒ Find OCSP Server URL of Certificate CA
⇠OCSP (Online Certificate Status Protocol)
2016-08-16, ∼8882🔥, 0💬
Popular Posts:
What Is Microsoft CertUtil? Microsoft CertUtil is a command-line program that is installed as part o...
Certificate summary - Owner: ns4.farlex.com, ns4, Farlex, L=US, ST=US, US Issuer: FarlexCA, farlex, ...
Certificate summary - Owner: *.a.ssl.fastly.net, "Fastly, Inc.", L=San Francisco, ST=California, US ...
How to import a root CA certificate into Mozilla Firefox 47? I delete it from Mozilla Firefox 47 ear...
How to create a new certificate to be used by some Web site for server authentication to support HTT...