SecureBlackbox 2020 Python Edition

Questions / Feedback?

validation_log Property

Contains the complete log of the certificate validation routine.

Syntax

def get_validation_log() -> str: ...

validation_log = property(get_validation_log, None)

Default Value

""

Remarks

Use this property to access the chain validation log produced by the class. The log can be very useful when investigating issues with chain validation, as it contains a step-by-step trace of the entire validation procedure.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]