Score:0

Can a server certificate from a CA not have CRL URLs?

cz flag

I'm trying create a validation for server certificates and one of the things I need to do is to check if the certificate is revoked, but the server certificates from a specific server seems to not have a CRL URL which I would use to retrieve the CRL to check. Is this supposed to be possible? In the case of no CRL URLs should I just consider the certificate not revoked or stale?

Score:2
cn flag

If the certificate is self-signed (i.e. subject matches issuer), then it is ok and expected.

If the certificate is not self-signed, then it is still possible, though highly NOT recommended and against practices. You may try to look if they provide OCSP (On-line Certificate Status Protocol) URLs in Authority Information Access extension. If no OCSP URL is presented, then CA is badly operated.

In the case of no CRL URLs should I just consider the certificate not revoked or stale?

it depends. If it is self-signed certificate, then you skip revocation checking process and consider the cert ok (if certificate passes all other checks). If it is non self-signed, then it depends on an application. If it is regular TLS certificate, then it is ok to bypass offline revocation. If it is client authentication or code signing certificate, then it may be reasonable to reject the certificate.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.