[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: org-mode git site seems unavailable
From: |
Colin Baxter |
Subject: |
Re: org-mode git site seems unavailable |
Date: |
Wed, 25 Dec 2024 13:27:41 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (gnu/linux) |
Dear Bastien,
>>>>> Bastien Guerry <bzg@gnu.org> writes:
> Colin Baxter <m43cap@yandex.com> writes:
>> Not Before Thu, 19 Sep 2024 22:27:25 GMT Not After Wed, 18 Dec
>> 2024 22:27:24 GMT
> curl -vvI https://git.savannah.gnu.org/git/emacs/org-mode.git
> * SSL connection using TLSv1.2 / ECDHE-ECDSA-AES256-GCM-SHA384 *
> ALPN: server accepted http/1.1 * Server certificate: * subject:
> CN=git.savannah.gnu.org * start date: Dec 22 18:27:24 2024 GMT *
> expire date: Mar 22 18:27:23 2025 GMT * subjectAltName: host
> "git.savannah.gnu.org" matched cert's "git.savannah.gnu.org" *
> issuer: C=US; O=Let's Encrypt; CN=E5 * SSL certificate verify ok.
> * using HTTP/1.1
> Perhaps something is cached on your side?
I've now found the cause. Basically my machine is too old - Debian
9.3. The certs need to be updated. I will have to do manually or
just update the whole machine.
In the meantime, putting
--8<---------------cut here---------------start------------->8---
[http]
[http "https://git.savannah.gnu.org/git/emacs/org-mode.git"]
sslVerify = false
--8<---------------cut here---------------end--------------->8---
in my git config works. Obviously that's insecure and not a permanent
solution.
Thanks for your help.
Best wishes,
Colin.