ssllabs.info

class ssllabs.info.Info(data)[source]

Bases: ssllabs.object.Object

The info object, accessed through ssllabs.client.Client.info()

criteriaVersion

rating criteria version as a string (e.g., “2009f”)

currentAssessments

the number of ongoing assessments submitted by this client.

maxAssessments

the maximum number of concurrent assessments the client is allowed to initiate.

messages

a list of messages (strings). Messages can be public (sent to everyone) and private (sent only to the invoking client). Private messages are prefixed with “[Private]”.

newAssessmentCoolOff

the cool-off period after each new assessment, as a timedelta; you’re not allowed to submit a new assessment before the cool-off expires, otherwise you’ll get a 429.

version

SSL Labs software version as a string (e.g., “1.11.14”)