Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672178 - dev.gentoo.org certificate has expired
Summary: dev.gentoo.org certificate has expired
Status: RESOLVED INVALID
Alias: None
Product: Websites
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Website Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-28 15:03 UTC by Vieri
Modified: 2018-12-03 09:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vieri 2018-11-28 15:03:43 UTC
Never mind the downloading failure below. The relevant issue at hand is that the server certificate has expired.

# repoman manifest
>>> Downloading 'http://distfiles.gentoo.org/distfiles/samba-disable-python-patches-4.5.0_rc1.tar.xz'
--2023-06-05 00:53:31--  http://distfiles.gentoo.org/distfiles/samba-disable-python-patches-4.5.0_rc1.tar.xz
Resolving distfiles.gentoo.org... 216.165.129.135, 64.50.233.100, 64.50.236.52, ...
Connecting to distfiles.gentoo.org|216.165.129.135|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-06-05 00:53:31 ERROR 404: Not Found.

>>> Downloading 'https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.5.0_rc1.tar.xz'
--2023-06-05 00:53:31--  https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.5.0_rc1.tar.xz
Resolving dev.gentoo.org... 140.211.166.183, 2001:470:ea4a:1:5054:ff:fec7:86e4
Connecting to dev.gentoo.org|140.211.166.183|:443... connected.
ERROR: cannot verify dev.gentoo.org's certificate, issued by 'CN=Let\'s Encrypt Authority X3,O=Let\'s Encrypt,C=US':
  Issued certificate has expired.
To connect to dev.gentoo.org insecurely, use `--no-check-certificate'.
!!! Couldn't download 'samba-disable-python-patches-4.5.0_rc1.tar.xz'. Aborting.
!!! Fetch failed for samba-disable-python-patches-4.5.0_rc1.tar.xz, can't update Manifest
Unable to generate manifest.
Comment 1 Brian Evans (RETIRED) gentoo-dev 2018-11-28 15:08:20 UTC
(In reply to Vieri from comment #0)
> Never mind the downloading failure below. The relevant issue at hand is that
> the server certificate has expired.
> >>> Downloading 'https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.5.0_rc1.tar.xz'
> --2023-06-05 00:53:31-- 
> https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.5.0_rc1.
> tar.xz
> Resolving dev.gentoo.org... 140.211.166.183,
> 2001:470:ea4a:1:5054:ff:fec7:86e4
> Connecting to dev.gentoo.org|140.211.166.183|:443... connected.
> ERROR: cannot verify dev.gentoo.org's certificate, issued by 'CN=Let\'s
> Encrypt Authority X3,O=Let\'s Encrypt,C=US':
>   Issued certificate has expired.
> To connect to dev.gentoo.org insecurely, use `--no-check-certificate'.
> !!! Couldn't download 'samba-disable-python-patches-4.5.0_rc1.tar.xz'.
> Aborting.
> !!! Fetch failed for samba-disable-python-patches-4.5.0_rc1.tar.xz, can't
> update Manifest
> Unable to generate manifest.

The current certificate of dev.gentoo.org expires on 2018-12-25.  Not sure what your system is getting.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2018-12-03 07:28:57 UTC
@Viere:
Your system clock is wrong. wget output starts with the current timestamp, which on your system is reported as "--2023-06-05 00:53:31--".
Comment 3 Vieri 2018-12-03 09:55:39 UTC
(In reply to Robin Johnson from comment #2)
> Your system clock is wrong.

Spot on. Thank you, and sorry for the noise!