feature: OCSP prober#101
Open
britcey wants to merge 2 commits into
Open
Conversation
Add OCSP prober for checking OCSP responders
Contributor
|
Hey, you might want to have a look at #81. |
Contributor
Author
|
As mentioned in #100, it's a different use-case. Both PRs could certainly be useful to people. |
|
I'm currently looking for a probe just like this |
Contributor
Author
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. |
Contributor
Author
|
Refreshed PR vs. current master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.