class CertValidator::OcspFailures::ResponseMismatch
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/cert_validator/errors.rb, line 40 def initialize super "OCSP response did not match certificate issuer" end