Closed jgrateron closed 11 months ago
The error appears when an http link is redirected to https.
HTTPS for OCSP is a bad idea, because then you have to also check the revocation status of the TLS cert for the HTTPS URL, probably with OCSP again and if that is also under a HTTPS URL then again... OCSP responses are signed by the responder, no TLS necessary there, it only makes things worse.
But anyway, a redirect to a different URL should be possible in any case.
Closing issues in preparation for release 5.5.3
The error appears when an http link is redirected to https.
459