lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 73cb70a 1/3: Work around a server problem: ou


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 73cb70a 1/3: Work around a server problem: outdated software
Date: Mon, 1 Nov 2021 16:32:57 -0400 (EDT)

branch: master
commit 73cb70a14d5cdf55f24049d4f83c1b75d54a2fc4
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Work around a server problem: outdated software
    
    On a server stuck at OpenSSL-1.0.2k-fips, the new root certificate for
    "Let's Encrypt" is not recognized. See:
      https://lists.nongnu.org/archive/html/lmi/2021-10/msg00053.html
    For now at least, worked around the problem by skipping the certificate
    check.
---
 gwc/redhat_rebuild.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gwc/redhat_rebuild.sh b/gwc/redhat_rebuild.sh
index df50d14..a72d471 100755
--- a/gwc/redhat_rebuild.sh
+++ b/gwc/redhat_rebuild.sh
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+            echo 'check_certificate = off' >> ~/.wgetrc
+sudo sh -c "echo 'check_certificate = off' >> ~/.wgetrc"
+
 cd /srv/cache_for_lmi/logs || printf 'Cannot cd\n'
 wget -N -nv https://github.com/let-me-illustrate/lmi/raw/master/lmi_setup_00.sh
 chmod +x lmi_setup_00.sh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]