uwsgi-docs icon indicating copy to clipboard operation
uwsgi-docs copied to clipboard

Docs for installing latest LTS release from source point to site with expired SSL cert

Open veryrusty opened this issue 10 months ago • 5 comments

The Installation docs for installing uwsgi lts release use https://projects.unbit.it/downloads/uwsgi-lts.tar.gz, for which the SSL cert (for *.unbit.it) expired at midnight on January 10th 2025.

veryrusty avatar Jan 22 '25 11:01 veryrusty

您的邮件我已收到,我将会尽快给您回复信息。

IamPecker avatar Jan 22 '25 11:01 IamPecker

@veryrusty care to open a PR to delete these lines?

xrmx avatar Jan 22 '25 19:01 xrmx

@veryrusty care to open a PR to delete these lines?

Before I do, I'd like to check I understand the implications. Is there no intention of renewing the SSL cert ?

Also, this is one of the few places that mention a Long Serm Support (LTS) release. Is there still a LTS release, and if so, should that be documented in place of the existing lines ?

veryrusty avatar Jan 23 '25 02:01 veryrusty

Well, uwsgi-lts.tar.gz contains uwsgi-2.0.20, so I suppose the docs should point to that release?

$ curl -s --insecure https://projects.unbit.it/downloads/uwsgi-lts.tar.gz | tar t | head -1
uwsgi-2.0.20/
$

akx avatar Jan 23 '25 13:01 akx

The github release tarball at https://github.com/unbit/uwsgi/archive/refs/tags/2.0.20.tar.gz is identical to https://projects.unbit.it/downloads/uwsgi-lts.tar.gz

https://github.com/unbit/uwsgi/releases/tag/2.0.20

sdt avatar Jan 29 '25 04:01 sdt