NAME
Net::SSLLabs::Endpoint - Endpoint object
METHODS
new
a new Net::SSLLabs::Endpoint
object, accepts a JSON object as it's parameter.
subject
certificate subject
ip_address
endpoint IP address, in IPv4 or IPv6 format.
server_name
server name retrieved via reverse DNS
status_message
assessment status message
status_details
code of the operation currently in progress
status_details_message
description of the operation currently in progress
grade
possible values: A+, A-, A-F, T (no trust) and M (certificate name mismatch)
grade_trust_ignored
grade (as above), if trust issues are ignored
has_warnings
if this endpoint has warnings that might affect the score (e.g., get A- instead of A).
is_exceptional
this flag will be raised when an exceptional configuration is encountered. The SSL Labs test will give such sites an A+.
progress
assessment progress, which is a value from 0 to 100, and -1 if the assessment has not yet started
duration
assessment duration, in milliseconds
eta
estimated time, in seconds, until the completion of the assessment
delegation
indicates domain name delegation with and without the www prefix
details
this field contains an Net::SSLLabs::EndpointDetails object. It's not present by default, but can be enabled by using the "all" paramerer to the analyze API call.