You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: