Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Http Redirect for downloads crl and crt #460

Closed
jgrateron opened this issue Nov 17, 2023 · 2 comments
Closed

Allow Http Redirect for downloads crl and crt #460

jgrateron opened this issue Nov 17, 2023 · 2 comments
Milestone

Comments

@jgrateron
Copy link
Contributor

jgrateron commented Nov 17, 2023

The error appears when an http link is redirected to https.

image

#459

@kaikramer
Copy link
Owner

kaikramer commented Nov 19, 2023

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.

@kaikramer kaikramer added this to the v5.5.3 milestone Dec 10, 2023
@kaikramer
Copy link
Owner

Closing issues in preparation for release 5.5.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants