linkcheck.plugins.sslcertcheck
Handle https links.
Classes
|
Check SSL certificate expiration date. |
- class linkcheck.plugins.sslcertcheck.SslCertificateCheck(config)[source]
Bases:
_ConnectionPlugin
Check SSL certificate expiration date. Only internal https: links will be checked. A domain will only be checked once to avoid duplicate warnings. The expiration warning time can be configured with the sslcertwarndays option.
Initialize plugin.
- check(**kwargs)[source]
Run all SSL certificate checks that have not yet been done. OpenSSL already checked the SSL notBefore and notAfter dates.