[issue34078] Broken CRL functionality in ssl.py

2021-04-17 Thread Christian Heimes
Christian Heimes added the comment: No response in over two years. I'm closing the issue. Please feel free to reopen the issue with more information. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue34078] Broken CRL functionality in ssl.py

2018-07-09 Thread Christian Heimes
Christian Heimes added the comment: Cert revocation check is working fine for me. I've attached a demo script that uses badssl.com: $ curl -O http://crl3.digicert.com/ssca-sha2-g5.crl $ openssl crl -in ssca-sha2-g5.crl -inform DER -out ssca-sha2-g5.pem.crl -outform PEM $ python3.7

[issue34078] Broken CRL functionality in ssl.py

2018-07-09 Thread Joe N
New submission from Joe N : CRLs in ssl.py or at the documentation is broken. Specifically I think the documentation here is wrong: https://docs.python.org/3/library/ssl.html#ssl.SSLContext.load_verify_locations Here is a stackoverflow post: