Vitexus / FirefoxNightlyDeb

Debian package installing Firefox Nightly
https://www.mozilla.org/
BSD 2-Clause "Simplified" License
18 stars 10 forks source link

HTTP (port 80) responds with SSL #8

Closed paulmenzel closed 3 years ago

paulmenzel commented 3 years ago

Since maybe a week, the line below didn’t work anymore, and the result was Bad Request (400).

deb http://repo.vitexsoftware.cz sid main

The problem seems to be, that port 80 is configured to use SSL.

$ curl http://repo.vitexsoftware.cz/dists/sid/InRelease
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
Reason: You're speaking plain HTTP to an SSL-enabled server port.<br />
 Instead use the HTTPS scheme to access this URL, please.<br />
</p>
</body></html>

As a workaround, I switched to HTTPS.

paulmenzel commented 3 years ago

If this is intentional, the instructions on https://repo.vitexsoftware.cz/dists/sid/ will also need to be updated.

Vitexus commented 3 years ago

Hallo, @paulmenzel The crazy apache (mod md ?!?) was replaced by nginx with certbot. My Sorry for inconvenience. Have nice day

obrazek