Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mYsYn-0007Uc-UL for pgsql-www@arkaria.postgresql.org; Fri, 08 Oct 2021 16:17:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mYsYm-0007CR-Tt for pgsql-www@arkaria.postgresql.org; Fri, 08 Oct 2021 16:17:24 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mYsYm-0007CJ-LH for pgsql-www@lists.postgresql.org; Fri, 08 Oct 2021 16:17:24 +0000 Received: from mail-ua1-x92b.google.com ([2607:f8b0:4864:20::92b]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mYsYk-0004vk-EZ for pgsql-www@lists.postgresql.org; Fri, 08 Oct 2021 16:17:23 +0000 Received: by mail-ua1-x92b.google.com with SMTP id i15so2923515uap.0 for ; Fri, 08 Oct 2021 09:17:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=911rFWzUYxRdw64MH2FuVMxlztmk2fJG92IfHcVfRb4=; b=G/wlUXw/jhLM1RZn0WSKpuhLR+Vvp31upACdWpF62YJmSWhIs2zMjbAAH0Bo/sapi3 gtfioxbb650pQzOQfr419/36RnxKmKFqnw8hyxMexXkqs9/0X3XFDp5FmOaPQGbUxw04 TNhmMhSMiEyezvV/75fEYZehInIU4VgFC66hbRK+i/CMY8SqzQqZPU6I0DK7KLXhkfuq SKrEGuwIWFH6CL5luR3B9qCBYU5fUQ/v2YveMkq76gCUhLeI5peSg+xRgG4pSWRbVvJ1 V1+Pnvli5BHYJAo9N+sXcqNudbhyzBGwjji3s4ROG/+Eg3md5iwV064sR8lQ0Ye5kTfy BWcA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=911rFWzUYxRdw64MH2FuVMxlztmk2fJG92IfHcVfRb4=; b=5XdBdH5NSZRkk0ZVggA/ViLuPvKEwdKLVZxle54hAts7c+8TLCma/kezVLtkUhOZ1r cOZ1imHH5qQ9xVb6Hz8bnQVYPDIiJyC454ycTnWnTyjQQBSc3MWlxN2es53gDwE3co9E 44RJ+4/2Q/KwbgQy7TRDFGk7NYNfHMN8mwOxd8iybvSRIHu0p66w1PPomRdhJ9M59hjr U7BnFLWM0t94foOkGIm1YpKF4buyXwv+iIz3wUvuEW1kjrBWmv9H9VwhU64KJb5AbGom WpuXZpPd6Zi8ISnJgDvxM0HgQiitqSo286srFKfHCoWTfZjwRB3bPWoNwVLJBzj594tn Zikw== X-Gm-Message-State: AOAM532xrTgiHzt2Dp790+4kNLuFddyEDBF5vid+7FqGlTbwcXUHQ+1P sJKTGDdYQ/zt9lNK7R7W4xs5LCmrULUtQDuDwbi9GCgB X-Google-Smtp-Source: ABdhPJzuaYHbrSbvyi1Fn/iXWan2mWT8vZAbx+A0tlLsJnZbvjv61Vi9RJJEjj0ZtNictxCNsAFJVE8J3wxgdDjjxWU= X-Received: by 2002:ab0:550f:: with SMTP id t15mr3876631uaa.22.1633709841311; Fri, 08 Oct 2021 09:17:21 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jim Mlodgenski Date: Fri, 8 Oct 2021 12:17:09 -0400 Message-ID: Subject: Re: Expired cert To: Magnus Hagander Cc: PostgreSQL WWW Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Fri, Oct 8, 2021 at 11:42 AM Magnus Hagander wrote= : > > More to the point, your client needs a nudge. The certificate has not ex= pired, but you are using a version of OpenSSL that's terribly out of date. = All (or most at least? But I think all) non-EOL distros should do that by d= efault if you just apply their updates. See for example https://letsencrypt= .org/2021/10/01/cert-chaining-help.html and https://letsencrypt.org/docs/ce= rtificate-compatibility/ > Thanks. I didn't notice the root cert expired last week. Updating OpenSSL did the trick.