On 1:38PM, Thu, Jun 7, 2018 Keith Medcalf <kmedc...@dessus.com> wrote:
>
>
> Just tell wget --no-check-certificate in the command line.  wget does not
use a certificate repository and you need to obtain and specify the
expected root manually.  It will be no less secure than it was before (when
using HTTP) except that now it will use Transport encryption.  Certificate
checking is useless for proving identity anyway unless you have obtained
the root and validated the chain yourself and not rely on crud from
untrustworthy third-parties.
>
> THat is, change the comand line to
>
> wget -O - --no-check-certificate https://sqlite.org/download.html
>

Good, quick solution.

If you also do this, check out downloading the download.zip or targz file,
which is generated by fossil. You'll get the latest of whichever branch you
specify.

> ---
> The fact that there's a Highway to Hell but only a Stairway to Heaven
says a lot about anticipated traffic volume.
>
>
>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to