Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: OCSP prober #101

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

britcey
Copy link
Contributor

@britcey britcey commented Jun 2, 2022

Add OCSP prober for checking OCSP responders.

This will make an OCSP request to the target, using the supplied certificates (a certificate to be checked and the certificate that signed it). We supply the issuing cert so we're limiting our testing to just the responder vs. testing whether the issuing cert can be downloaded via the 'Issuing Certificate URL' specified in the client cert.

Will return just the ssl_ocsp* metrics.

This allows you to confirm OCSP responders are functional.

Add OCSP prober for checking OCSP responders
@britcey britcey mentioned this pull request Jun 2, 2022
@johanfleury
Copy link
Contributor

Hey, you might want to have a look at #81.

@britcey
Copy link
Contributor Author

britcey commented Aug 18, 2022

As mentioned in #100, it's a different use-case.

Both PRs could certainly be useful to people.

@pschiffe
Copy link

I'm currently looking for a probe just like this

@britcey
Copy link
Contributor Author

britcey commented May 20, 2024

I'm currently looking for a probe just like this

FWIW, I've been running this fork since I submitted it without issues.

I'll try to dig up some cycles this week to rebase it against current master.

@britcey
Copy link
Contributor Author

britcey commented Jun 13, 2024

Refreshed PR vs. current master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants