mzdeb

Results 4 comments of mzdeb
trafficstars

From my point of view both solutions are ok. If you prefer the second one it's fine with me.

I agree, it's easy to reproduce: ```python from oscrypto import tls from certvalidator import CertificateValidator, ValidationContext, errors session = tls.TLSSession(manual_validation=True) connection = tls.TLSSocket('revoked.grc.com', 443, session=session) context = ValidationContext(allow_fetching=True) validator =...

Hi @einval22, thank you very much! I will verify and return with feedback in case of any issues.

Hi, I confirm that the change fixed the issue! Thank you very much for help!