http://sqlite.org and https://sqlite.org seem to redirect OK to
https://sqlite.org/index.html

http://www.sqlite.org and https://www.sqlite.org seem to redirect OK
to https://www.sqlite.org/index.html

fossil clone https://www.sqlite.org/src sqlite.fossil works for me on
my mac (recent version installed with help from Homebrew)

A couple things you may want to look into fixing before Chrome starts
to flag non-HTTPS sites as insecure:

http://www.sqlite.org/cgi/src redirects to
http://www.sqlite.org/cgi/src/doc/trunk/README.md (no HTTPS)

Instructions in https://sqlite.org/getthecode.html#clone still give
the fossil clone command with non-HTTPS URL (page at
www.sqlite.org/cgi/src/doc/trunk/README.md does give the fossil clone
with HTTPS URL)

And a couple bonus items:

I think it would be better to have most www.sqlite.org links redirect
to "naked" links within https://sqlite.org (no www subdomain). More
concise, less risk that search bots will see some form of duplicate
content.

Consider redirecting https://sqlite.org and http[s?]://www.sqlite.org
to https://sqlite.org with no explicit index.html page, and do not
redirect https://sqlite.org to explicit index.html page.

I sincerely hope you will not undo the HTTPS work so far. Maybe
redirect people to one or more mirrors in case of troubles with HTTPS?

Thanks for your attention to this one!

On Thu, Jun 7, 2018 at 2:31 PM Richard Hipp <d...@sqlite.org> wrote:
>
> As an experiment, I have reconfigured the sqlite.org website to
> redirect all HTTP requests over to HTTPS.
>
> Let me know if this causes anybody any unnecessary grief.  It is easy
> enough to undo the setting.
>
> --
> D. Richard Hipp
> d...@sqlite.org
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to