[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1068388: Allow downloading www/Debian-Edu_rootCA.crt without HTTPS redirection.



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>
```


Reply to: