struct Protocol::Security::CertificateError

Overview

There is a certificate error. If overriding certificate errors is enabled, then it should be handled with the handleCertificateError command. Note: this event does not fire if the certificate error has been allowed internally. Only one client per target should override certificate errors at the same time.

Included Modules

Defined in:

protocol/security.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def error_type : String #

The type of the error.


[View source]
def event_id : Int::Primitive #

The ID of the event.


[View source]
def request_url : String #

The url that was requested.


[View source]