{"id":3466,"date":"2021-10-07T20:06:18","date_gmt":"2021-10-07T11:06:18","guid":{"rendered":"https:\/\/joewein.net\/blog\/?p=3466"},"modified":"2021-10-07T20:06:18","modified_gmt":"2021-10-07T11:06:18","slug":"wget-issued-certificate-has-expired-after-september-30-2021","status":"publish","type":"post","link":"https:\/\/joewein.net\/blog\/2021\/10\/07\/wget-issued-certificate-has-expired-after-september-30-2021\/","title":{"rendered":"wget: &#8220;Issued certificate has expired&#8221; after September 30, 2021"},"content":{"rendered":"<p>Two websites that I download data from using automated processes stopped giving me new data from October 1. When I investigated the problem, I could see an error message from the wget program in Linux:<\/p>\n<blockquote><p>\nConnecting to SOME.HOSTNAME (SOME.HOSTNAME)|1.2.3.4|:443&#8230; connected.<br \/>\nERROR: cannot verify SOME.HOSTNAME&#8217;s certificate, issued by \u2018\/C=US\/O=Let&#8217;s Encrypt\/CN=R3\u2019:<br \/>\nIssued certificate has expired.<br \/>\nTo connect to SOME.HOSTNAME insecurely, use `&#8211;no-check-certificate&#8217;.<\/p><\/blockquote>\n<p>The quick fix, obviously, was to add the &#8211;no-check-certificat to the command line, which allows the download to go ahead, but what&#8217;s the root cause? My assumption was that the site owner had let an SSL certificate expire, but after it happened with a second site from the same date, I got suspicious. It turns out, Let&#8217;s Encrypt which is used by many websites for free encryption certificates previously had a certificate that expired on September 30 and which has been replaced by a new certificate but many pieces of software don&#8217;t retrieve the new certificate. That&#8217;s because it&#8217;s signed with a new root certificate that a lot of older software don&#8217;t trust yet. They need an updated of the root certificate store.<br \/>\nIn my case, running<\/p>\n<blockquote><p>sudo yum update<\/p><\/blockquote>\n<p>would update the ca-certificates package and that allowed wget to trust the new certificate.<br \/>\nPlease see these links for more information:<\/p>\n<ul>\n<li><a href=\"https:\/\/borncity.com\/win\/2021\/09\/30\/sept-30-2021-will-we-see-trouble-with-old-lets-encrypt-certificates\/\">Sept. 30, 2021: Will we see trouble with old Let&#8217;s Encrypt certificates?<\/a> (Born&#8217;s Tech and Windows World)<\/li>\n<li><a href=\"https:\/\/letsencrypt.org\/docs\/certificate-compatibility\/\">Certificate Compatibility<\/a> (Let&#8217;s Encrypt)<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Two websites that I download data from using automated processes stopped giving me new data from October 1. When I investigated the problem, I could see an error message from the wget program in Linux: Connecting to SOME.HOSTNAME (SOME.HOSTNAME)|1.2.3.4|:443&#8230; connected. &hellip; <a href=\"https:\/\/joewein.net\/blog\/2021\/10\/07\/wget-issued-certificate-has-expired-after-september-30-2021\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35,5,16,14,23],"tags":[],"class_list":["post-3466","post","type-post","status-publish","format-standard","hentry","category-android","category-computers","category-linux","category-software","category-windows-xp"],"_links":{"self":[{"href":"https:\/\/joewein.net\/blog\/wp-json\/wp\/v2\/posts\/3466","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/joewein.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/joewein.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/joewein.net\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/joewein.net\/blog\/wp-json\/wp\/v2\/comments?post=3466"}],"version-history":[{"count":1,"href":"https:\/\/joewein.net\/blog\/wp-json\/wp\/v2\/posts\/3466\/revisions"}],"predecessor-version":[{"id":3467,"href":"https:\/\/joewein.net\/blog\/wp-json\/wp\/v2\/posts\/3466\/revisions\/3467"}],"wp:attachment":[{"href":"https:\/\/joewein.net\/blog\/wp-json\/wp\/v2\/media?parent=3466"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/joewein.net\/blog\/wp-json\/wp\/v2\/categories?post=3466"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/joewein.net\/blog\/wp-json\/wp\/v2\/tags?post=3466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}