Exception: CertValidator::OcspFailures::ResponseMismatch

Inherits:
OcspFailure
  • Object
show all
Defined in:
lib/cert_validator/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeResponseMismatch

Returns a new instance of ResponseMismatch.



40
41
42
# File 'lib/cert_validator/errors.rb', line 40

def initialize
  super "OCSP response did not match certificate issuer"
end