yOn Thu, Aug 31, 2017 at 10:02:43AM +0200, ilf wrote:
> Hiltjo Posthuma:
> > suckless.org now supports TLS using LetsEncrypt.
> 
> Awesome, thanks a lot!
> 
> Any chance to implement permanent redirects from http to https?
> 
> -- 
> ilf
> 
> Über 80 Millionen Deutsche benutzen keine Konsole. Klick dich nicht weg!
>               -- Eine Initiative des Bundesamtes für Tastaturbenutzung

Thanks,

I'm not a fan of automatic http to HTTPs redirects. It would break support for
some text-based clients or some simple scripts as an example. HSTS support makes
sure http to https links are changed on the client-side. Using a bookmark to the
https version of suckless then fixes it. But I'd like to hear more opinions 
about
this, it can be changed.

Absolute links (if needed) on the wiki page can be rewritten to the standard 
form,
for example: http://git.suckless.org/ to //git.suckless.org/ then it uses the
current protocol scheme to connect and it works for both http and https.
Ofcourse using relative paths are recommended.

An exception to this rule is if a page specifies:

git clone http://git.suckless.org/project

then it should be:

git clone https://git.suckless.org/project

-- 
Kind regards,
Hiltjo

Attachment: signature.asc
Description: PGP signature

Reply via email to