wbond / certvalidator

Python library for validating X.509 certificates and paths
MIT License
107 stars 31 forks source link

CRL fetch SSL check fail #25

Open oxlade39 opened 4 years ago

oxlade39 commented 4 years ago

When the CRL fetch is performed I’m receiving an HTTPS SSL handshake failure error.

I think this is because the fetch is done by the urllib module and this doesn’t have the certificates (that I’ve registered with the validator. via the intermediates arg) they are required for the CA which is over HTTPS signed using the same certificate chain.

What’s the correct approach to this situation?