Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 672178

Summary: dev.gentoo.org certificate has expired
Product: Websites Reporter: Vieri <rentorbuy>
Component: OtherAssignee: Gentoo Website Team <www>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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!