Bug#1068388: Allow downloading www/Debian-Edu_rootCA.crt without HTTPS redirection.
Daniel Teichmann <[email protected]>
| Newsgroups | gmane.linux.skolelinux.devel |
|---|---|
| Message-ID | <171223225865.1651537.3955521694604768412.reportbug__42606.3270935387$1712232574$gmane$org@nwt-03-daniel> |
Package: debian-edu-config Version: 2.12.44~deb12u1 Severity: wishlist While trying to download the CA root certificate for the Tjener, we discovered that the Apache redirects us to use HTTPS. One could instead use `curl -k` (to ignore the HTTPS certificate) but I think it should work without HTTPS too. Steps to reproduce: curl http://10.0.2.2/Debian-Edu_rootCA.crt ```html <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://www/Debian-Edu_rootCA.crt">here</a>.</p> <hr> <address>Apache/2.4.57 (Debian) Server at 10.0.2.2 Port 80</address> </body></html> ```