[LON-CAPA-cvs] cvs: doc /build RHEL10_install.frag RHEL7_install.frag RHEL8_install.frag RHEL9_install.frag alma8_install.frag alma9_install.frag centos7_install.frag centos8-stream_install.frag centos9-stream_install.frag debian10_install.frag debian11_install.frag debian12_install.frag oracle7_install.frag oracle8_install.frag oracle9_install.frag rocky8_install.frag rocky9_install.frag sles15_install.frag ubuntu16LTS_install.frag ubuntu18LTS_install.frag ubuntu20LTS_install.frag ubuntu22LTS_install.frag ubuntu24LTS_install.frag ubuntu26LTS_install.frag

raeburn raeburn at source.lon-capa.org
Mon Aug 24 18:08:51 EDT 2026


raeburn		Mon Aug 24 22:08:51 2026 EDT

  Modified files:              
    /doc/build	RHEL7_install.frag RHEL8_install.frag RHEL9_install.frag 
              	RHEL10_install.frag alma8_install.frag 
              	alma9_install.frag centos7_install.frag 
              	centos8-stream_install.frag centos9-stream_install.frag 
              	debian10_install.frag debian11_install.frag 
              	debian12_install.frag oracle7_install.frag 
              	oracle8_install.frag oracle9_install.frag 
              	rocky8_install.frag rocky9_install.frag 
              	sles15_install.frag ubuntu16LTS_install.frag 
              	ubuntu18LTS_install.frag ubuntu20LTS_install.frag 
              	ubuntu22LTS_install.frag ubuntu24LTS_install.frag 
              	ubuntu26LTS_install.frag 
  Log:
  http -> https for links in installation pages.
  
  
-------------- next part --------------
Index: doc/build/RHEL7_install.frag
diff -u doc/build/RHEL7_install.frag:1.5 doc/build/RHEL7_install.frag:1.6
--- doc/build/RHEL7_install.frag:1.5	Sat Mar 13 20:58:10 2021
+++ doc/build/RHEL7_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a reasonably fast connection to the internet.
 </p><p>
 More information is available at
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -127,8 +127,8 @@
 </p> 
 <pre> 
 yum install wget
-rpm --import http://install.loncapa.org/versions/redhat/RPM-GPG-KEY-loncapa
-wget http://install.loncapa.org/versions/redhat/7Server/system-config-firewall-tui-1.2.29-10.el7.noarch.rpm
+rpm --import https://install.loncapa.org/versions/redhat/RPM-GPG-KEY-loncapa
+wget https://install.loncapa.org/versions/redhat/7Server/system-config-firewall-tui-1.2.29-10.el7.noarch.rpm
 yum localinstall system-config-firewall-tui-1.2.29-10.el7.noarch.rpm
 </pre>
 <p>
@@ -166,7 +166,7 @@
 </p>
 <pre>
 yum install wget
-wget http://install.loncapa.org/versions/redhat/7Server/rhel7_loncapa_yum.conf
+wget https://install.loncapa.org/versions/redhat/7Server/rhel7_loncapa_yum.conf
 </pre>
 <p>
 Install the rhel7_loncapa_yum.conf
@@ -200,7 +200,7 @@
 Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
 </p>
 <pre>
-wget http://install.loncapa.org/versions/redhat/7Server/loncapa_selinux_config
+wget https://install.loncapa.org/versions/redhat/7Server/loncapa_selinux_config
 </pre>
 <p>
 Install the selinux config file
@@ -224,7 +224,7 @@
 Retrieve the LON-CAPA setup with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/RHEL8_install.frag
diff -u doc/build/RHEL8_install.frag:1.7 doc/build/RHEL8_install.frag:1.8
--- doc/build/RHEL8_install.frag:1.7	Sat Aug 10 02:44:49 2024
+++ doc/build/RHEL8_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a fast connection to the internet.
 </p><p>
 More information is available at
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -155,7 +155,7 @@
 Install the loncapa.repo file from the LON-CAPA install site:
 </p>
 <pre>
-wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/redhat/8/loncapa.repo
+wget -O /etc/yum.repos.d/loncapa.repo https://install.loncapa.org/versions/redhat/8/loncapa.repo
 </pre>
 <p>
 Verify the required repositories are enabled
@@ -189,7 +189,7 @@
 Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
 </p>
 <pre>
-wget http://install.loncapa.org/versions/redhat/8/loncapa_selinux_config
+wget https://install.loncapa.org/versions/redhat/8/loncapa_selinux_config
 </pre>
 <p>
 Install the selinux config file
@@ -213,7 +213,7 @@
 Retrieve the LON-CAPA setup with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/RHEL9_install.frag
diff -u doc/build/RHEL9_install.frag:1.3 doc/build/RHEL9_install.frag:1.4
--- doc/build/RHEL9_install.frag:1.3	Sat Aug 10 01:50:12 2024
+++ doc/build/RHEL9_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a fast connection to the internet.
 </p><p>
 More information is available at
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -155,7 +155,7 @@
 Install the loncapa.repo file from the LON-CAPA install site:
 </p>
 <pre>
-wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/redhat/9/loncapa.repo
+wget -O /etc/yum.repos.d/loncapa.repo https://install.loncapa.org/versions/redhat/9/loncapa.repo
 </pre>
 <p>
 Verify the required repositories are enabled
@@ -189,7 +189,7 @@
 Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
 </p>
 <pre>
-wget http://install.loncapa.org/versions/redhat/9/loncapa_selinux_config
+wget https://install.loncapa.org/versions/redhat/9/loncapa_selinux_config
 </pre>
 <p>
 Install the selinux config file
@@ -213,7 +213,7 @@
 Retrieve the LON-CAPA setup with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/RHEL10_install.frag
diff -u doc/build/RHEL10_install.frag:1.1 doc/build/RHEL10_install.frag:1.2
--- doc/build/RHEL10_install.frag:1.1	Fri Oct 31 14:14:34 2025
+++ doc/build/RHEL10_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a fast connection to the internet.
 </p><p>
 More information is available at
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -155,7 +155,7 @@
 Install the loncapa.repo file from the LON-CAPA install site:
 </p>
 <pre>
-wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/redhat/9/loncapa.repo
+wget -O /etc/yum.repos.d/loncapa.repo https://install.loncapa.org/versions/redhat/9/loncapa.repo
 </pre>
 <p>
 Verify the required repositories are enabled
@@ -189,7 +189,7 @@
 Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
 </p>
 <pre>
-wget http://install.loncapa.org/versions/redhat/9/loncapa_selinux_config
+wget https://install.loncapa.org/versions/redhat/9/loncapa_selinux_config
 </pre>
 <p>
 Install the selinux config file
@@ -213,7 +213,7 @@
 Retrieve the LON-CAPA setup with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/alma8_install.frag
diff -u doc/build/alma8_install.frag:1.3 doc/build/alma8_install.frag:1.4
--- doc/build/alma8_install.frag:1.3	Sat Aug 10 02:52:22 2024
+++ doc/build/alma8_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a fast connection to the internet.
 </p><p>
 More information is available at
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -126,7 +126,7 @@
 </p>
 <pre>
 dnf install wget
-wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/alma/8/loncapa.repo
+wget -O /etc/yum.repos.d/loncapa.repo https://install.loncapa.org/versions/alma/8/loncapa.repo
 </pre>
 <p>
 Verify the required repositories are enabled:
@@ -161,7 +161,7 @@
 Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
 </p>
 <pre>
-wget http://install.loncapa.org/versions/alma/8/loncapa_selinux_config
+wget https://install.loncapa.org/versions/alma/8/loncapa_selinux_config
 </pre>
 <p>
 Install the selinux config file
@@ -185,7 +185,7 @@
 Retrieve the LON-CAPA setup with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/alma9_install.frag
diff -u doc/build/alma9_install.frag:1.5 doc/build/alma9_install.frag:1.6
--- doc/build/alma9_install.frag:1.5	Sat Aug 10 01:50:12 2024
+++ doc/build/alma9_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a fast connection to the internet.
 </p><p>
 More information is available at
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -133,7 +133,7 @@
 </p>
 <pre>
 dnf install wget
-wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/alma/9/loncapa.repo
+wget -O /etc/yum.repos.d/loncapa.repo https://install.loncapa.org/versions/alma/9/loncapa.repo
 </pre>
 <p>
 Verify the required repositories are enabled:
@@ -168,7 +168,7 @@
 Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
 </p>
 <pre>
-wget http://install.loncapa.org/versions/alma/9/loncapa_selinux_config
+wget https://install.loncapa.org/versions/alma/9/loncapa_selinux_config
 </pre>
 <p>
 Install the selinux config file
@@ -197,7 +197,7 @@
 Retrieve the LON-CAPA setup with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/centos7_install.frag
diff -u doc/build/centos7_install.frag:1.5 doc/build/centos7_install.frag:1.6
--- doc/build/centos7_install.frag:1.5	Sat Mar 13 20:43:28 2021
+++ doc/build/centos7_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a reasonably fast connection to the internet.
 </p><p>
 More information is available at
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -37,7 +37,7 @@
 <h2>1. <a name="obt">Obtain CentOS Linux 7</a></h2>
 <p>
 CentOS 7 isos can be obtained from links included on the 
-<a href="http://mirror.centos.org/centos/7/isos/">CentOS download page</a>.
+<a href="https://mirror.centos.org/centos/7/isos/">CentOS download page</a>.
 Either download the Boot ISO or the CentOS 7 binary
 </p>
 
@@ -151,8 +151,8 @@
 </p>
 <pre>
 yum install wget
-rpm --import http://install.loncapa.org/versions/centos/RPM-GPG-KEY-loncapa
-wget http://install.loncapa.org/versions/centos/7/centos7_loncapa_yum.conf
+rpm --import https://install.loncapa.org/versions/centos/RPM-GPG-KEY-loncapa
+wget https://install.loncapa.org/versions/centos/7/centos7_loncapa_yum.conf
 mv /etc/yum.conf /etc/yum.conf.backup
 cp centos7_loncapa_yum.conf /etc/yum.conf
 yum update
@@ -182,7 +182,7 @@
 Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
 </p>
 <pre>
-wget http://install.loncapa.org/versions/centos/7/loncapa_selinux_config
+wget https://install.loncapa.org/versions/centos/7/loncapa_selinux_config
 </pre>
 <p>
 Install the selinux config file
@@ -206,7 +206,7 @@
 Retrieve the LON-CAPA setup with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/centos8-stream_install.frag
diff -u doc/build/centos8-stream_install.frag:1.2 doc/build/centos8-stream_install.frag:1.3
--- doc/build/centos8-stream_install.frag:1.2	Thu Aug  8 23:23:11 2024
+++ doc/build/centos8-stream_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a fast connection to the internet.
 </p><p>
 More information is available at
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -37,7 +37,7 @@
 <h2>1. <a id="obt">Obtain CentOS Stream 8</a></h2>
 <p>
 CentOS Stream 8 isos can be obtained from links included on the 
-<a href="http://isoredirect.centos.org/centos/8-stream/isos/x86_64/">CentOS Stream download page</a>.
+<a href="https://isoredirect.centos.org/centos/8-stream/isos/x86_64/">CentOS Stream download page</a>.
 Either download the CentOS-Stream 8 boot iso or the CentOS-Stream 8 dvd1 iso. 
 </p>
 
@@ -128,7 +128,7 @@
 Install the loncapa.repo file from the LON-CAPA install site:
 </p>
 <pre>
-wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/centos/8-stream/loncapa.repo
+wget -O /etc/yum.repos.d/loncapa.repo https://install.loncapa.org/versions/centos/8-stream/loncapa.repo
 </pre>
 <p>
 Verify the required repositories are enabled:
@@ -165,7 +165,7 @@
 Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
 </p>
 <pre>
-wget http://install.loncapa.org/versions/centos/8-stream/loncapa_selinux_config
+wget https://install.loncapa.org/versions/centos/8-stream/loncapa_selinux_config
 </pre>
 <p>
 Install the selinux config file
@@ -189,7 +189,7 @@
 Retrieve the LON-CAPA setup with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/centos9-stream_install.frag
diff -u doc/build/centos9-stream_install.frag:1.4 doc/build/centos9-stream_install.frag:1.5
--- doc/build/centos9-stream_install.frag:1.4	Sat Aug 10 01:50:12 2024
+++ doc/build/centos9-stream_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a fast connection to the internet.
 </p><p>
 More information is available at
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -37,7 +37,7 @@
 <h2>1. <a id="obt">Obtain CentOS Stream 9</a></h2>
 <p>
 CentOS Stream 9 isos can be obtained from links included on the 
-<a href="http://isoredirect.centos.org/centos/9-stream/isos/x86_64/">CentOS Stream download page</a>.
+<a href="https://isoredirect.centos.org/centos/9-stream/isos/x86_64/">CentOS Stream download page</a>.
 Either download the CentOS-Stream 9 boot iso or the CentOS-Stream 9 dvd1 iso. 
 </p>
 
@@ -132,7 +132,7 @@
 Install the loncapa.repo file from the LON-CAPA install site:
 </p>
 <pre>
-wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/centos/9-stream/loncapa.repo
+wget -O /etc/yum.repos.d/loncapa.repo https://install.loncapa.org/versions/centos/9-stream/loncapa.repo
 </pre>
 <p>
 Verify the required repositories are enabled:
@@ -168,7 +168,7 @@
 Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
 </p>
 <pre>
-wget http://install.loncapa.org/versions/centos/9-stream/loncapa_selinux_config
+wget https://install.loncapa.org/versions/centos/9-stream/loncapa_selinux_config
 </pre>
 <p>
 Install the selinux config file
@@ -192,7 +192,7 @@
 Retrieve the LON-CAPA setup with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/debian10_install.frag
diff -u doc/build/debian10_install.frag:1.7 doc/build/debian10_install.frag:1.8
--- doc/build/debian10_install.frag:1.7	Thu Aug  8 21:22:21 2024
+++ doc/build/debian10_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a reasonably fast connection to the internet.
 </p><p>
 More information is available at 
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -209,7 +209,7 @@
 Retrieve the LON-CAPA setup script and dependencies with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/debian11_install.frag
diff -u doc/build/debian11_install.frag:1.7 doc/build/debian11_install.frag:1.8
--- doc/build/debian11_install.frag:1.7	Thu Aug  8 21:22:21 2024
+++ doc/build/debian11_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a reasonably fast connection to the internet.
 </p><p>
 More information is available at 
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -210,7 +210,7 @@
 Retrieve the LON-CAPA setup script and dependencies with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/debian12_install.frag
diff -u doc/build/debian12_install.frag:1.8 doc/build/debian12_install.frag:1.9
--- doc/build/debian12_install.frag:1.8	Thu Aug  8 21:22:21 2024
+++ doc/build/debian12_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a reasonably fast connection to the internet.
 </p><p>
 More information is available at 
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -210,7 +210,7 @@
 Retrieve the LON-CAPA setup script and dependencies with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/oracle7_install.frag
diff -u doc/build/oracle7_install.frag:1.4 doc/build/oracle7_install.frag:1.5
--- doc/build/oracle7_install.frag:1.4	Tue Mar  9 15:08:52 2021
+++ doc/build/oracle7_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a fast connection to the internet.
 </p><p>
 More information is available at
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -134,7 +134,7 @@
 Install the loncapa.repo file from the LON-CAPA install site:
 </p>
 <pre>
-wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/oracle/7/loncapa.repo
+wget -O /etc/yum.repos.d/loncapa.repo https://install.loncapa.org/versions/oracle/7/loncapa.repo
 </pre>
 <p>
 Verify the required repositories are enabled:
@@ -161,7 +161,7 @@
 Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
 </p>
 <pre>
-wget http://install.loncapa.org/versions/oracle/7/loncapa_selinux_config
+wget https://install.loncapa.org/versions/oracle/7/loncapa_selinux_config
 </pre>
 <p>
 Install the selinux config file
@@ -185,7 +185,7 @@
 Retrieve the LON-CAPA setup with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/oracle8_install.frag
diff -u doc/build/oracle8_install.frag:1.7 doc/build/oracle8_install.frag:1.8
--- doc/build/oracle8_install.frag:1.7	Sat Aug 10 02:44:49 2024
+++ doc/build/oracle8_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a fast connection to the internet.
 </p><p>
 More information is available at
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -132,7 +132,7 @@
 </p>
 <pre>
 dnf install wget
-wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/oracle/8/loncapa.repo
+wget -O /etc/yum.repos.d/loncapa.repo https://install.loncapa.org/versions/oracle/8/loncapa.repo
 </pre>
 <p>
 Verify the required repositories are enabled:
@@ -166,7 +166,7 @@
 Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
 </p>
 <pre>
-wget http://install.loncapa.org/versions/oracle/8/loncapa_selinux_config
+wget https://install.loncapa.org/versions/oracle/8/loncapa_selinux_config
 </pre>
 <p>
 Install the selinux config file
@@ -190,7 +190,7 @@
 Retrieve the LON-CAPA setup with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/oracle9_install.frag
diff -u doc/build/oracle9_install.frag:1.5 doc/build/oracle9_install.frag:1.6
--- doc/build/oracle9_install.frag:1.5	Sat Aug 10 01:50:12 2024
+++ doc/build/oracle9_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a fast connection to the internet.
 </p><p>
 More information is available at
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -138,7 +138,7 @@
 </p>
 <pre>
 dnf install wget
-wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/oracle/9/loncapa.repo
+wget -O /etc/yum.repos.d/loncapa.repo https://install.loncapa.org/versions/oracle/9/loncapa.repo
 </pre>
 <p>
 Verify the required repositories are enabled:
@@ -172,7 +172,7 @@
 Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
 </p>
 <pre>
-wget http://install.loncapa.org/versions/oracle/9/loncapa_selinux_config
+wget https://install.loncapa.org/versions/oracle/9/loncapa_selinux_config
 </pre>
 <p>
 Install the selinux config file
@@ -196,7 +196,7 @@
 Retrieve the LON-CAPA setup with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/rocky8_install.frag
diff -u doc/build/rocky8_install.frag:1.4 doc/build/rocky8_install.frag:1.5
--- doc/build/rocky8_install.frag:1.4	Sat Aug 10 02:44:49 2024
+++ doc/build/rocky8_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a fast connection to the internet.
 </p><p>
 More information is available at
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -129,7 +129,7 @@
 </p>
 <pre>
 dnf install wget
-wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/rocky/8/loncapa.repo
+wget -O /etc/yum.repos.d/loncapa.repo https://install.loncapa.org/versions/rocky/8/loncapa.repo
 </pre>
 <p>
 Verify the required repositories are enabled:
@@ -164,7 +164,7 @@
 Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
 </p>
 <pre>
-wget http://install.loncapa.org/versions/rocky/8/loncapa_selinux_config
+wget https://install.loncapa.org/versions/rocky/8/loncapa_selinux_config
 </pre>
 <p>
 Install the selinux config file
@@ -188,7 +188,7 @@
 Retrieve the LON-CAPA setup with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/rocky9_install.frag
diff -u doc/build/rocky9_install.frag:1.5 doc/build/rocky9_install.frag:1.6
--- doc/build/rocky9_install.frag:1.5	Sat Aug 10 02:44:49 2024
+++ doc/build/rocky9_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a fast connection to the internet.
 </p><p>
 More information is available at
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -136,7 +136,7 @@
 </p>
 <pre>
 dnf install wget
-wget -O /etc/yum.repos.d/loncapa.repo http://install.loncapa.org/versions/rocky/9/loncapa.repo
+wget -O /etc/yum.repos.d/loncapa.repo https://install.loncapa.org/versions/rocky/9/loncapa.repo
 </pre>
 <p>
 Verify the required repositories are enabled:
@@ -171,7 +171,7 @@
 Retrieve the loncapa_selinux_config file from the LON-CAPA install site:
 </p>
 <pre>
-wget http://install.loncapa.org/versions/rocky/9/loncapa_selinux_config
+wget https://install.loncapa.org/versions/rocky/9/loncapa_selinux_config
 </pre>
 <p>
 Install the selinux config file
@@ -195,7 +195,7 @@
 Retrieve the LON-CAPA setup with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/sles15_install.frag
diff -u doc/build/sles15_install.frag:1.6 doc/build/sles15_install.frag:1.7
--- doc/build/sles15_install.frag:1.6	Thu Aug  8 21:22:21 2024
+++ doc/build/sles15_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a reasonably fast connection to the internet.
 </p><p>
 More information is available at
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -127,7 +127,7 @@
 Execute:
 </p>
 <pre>
-zypper addrepo http://install.loncapa.org/suse/sles15/ 'LON-CAPA'
+zypper addrepo https://install.loncapa.org/suse/sles15/ 'LON-CAPA'
 zypper addrepo 'https://download.opensuse.org/repositories/devel:/languages:/R:/released/SLE_15/' 'R-released SLE_15'
 zypper refresh 
 </pre>
@@ -173,7 +173,7 @@
 Retrieve the LON-CAPA setup with one of the following commands:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/ubuntu16LTS_install.frag
diff -u doc/build/ubuntu16LTS_install.frag:1.8 doc/build/ubuntu16LTS_install.frag:1.9
--- doc/build/ubuntu16LTS_install.frag:1.8	Thu Aug  8 21:22:21 2024
+++ doc/build/ubuntu16LTS_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a reasonably fast connection to the internet.
 </p><p>
 More information is available at 
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -36,7 +36,7 @@
 <hr>
 <h2>1. <a name="obt">Obtain Ubuntu 16.04 LTS .iso file</a></h2>
 <p>
-Ubuntu 16.04 LTS (server install) isos can be obtained from the <a href="http://www.ubuntu.com/download/server/download">Ubuntu Server download</a> page<br>
+Ubuntu 16.04 LTS (server install) isos can be obtained from the <a href="https://www.ubuntu.com/download/server/download">Ubuntu Server download</a> page<br>
 An .iso file (either 32 bit or 64 bit) can be burned to a CD. 
 </p>
 
@@ -130,7 +130,7 @@
 <h2>5. <a name="ilc">Installing LON-CAPA</a></h2>
 <h3>Import the LON-CAPA encryption key</h3>
 <pre>
-wget http://install.loncapa.org/versions/ubuntu/APT-GPG-KEY-loncapa.asc
+wget https://install.loncapa.org/versions/ubuntu/APT-GPG-KEY-loncapa.asc
 sudo apt-key add APT-GPG-KEY-loncapa.asc
 sudo apt-get update
 </pre>
@@ -198,7 +198,7 @@
 Retrieve the LON-CAPA setup script and dependencies with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/ubuntu18LTS_install.frag
diff -u doc/build/ubuntu18LTS_install.frag:1.8 doc/build/ubuntu18LTS_install.frag:1.9
--- doc/build/ubuntu18LTS_install.frag:1.8	Thu Aug  8 21:22:21 2024
+++ doc/build/ubuntu18LTS_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a reasonably fast connection to the internet.
 </p><p>
 More information is available at 
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -36,7 +36,7 @@
 <hr>
 <h2>1. <a name="obt">Obtain Ubuntu 18.04 LTS .iso file</a></h2>
 <p>
-An Ubuntu 18.04 LTS (server install) 64 bit iso can be obtained from the <a href="http://www.ubuntu.com/download/server/download">Ubuntu Server download</a> page/<br />If you are using 32 bit architecture you will need the <a href="http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-i386/current/images/netboot/mini.iso">ubuntu-18.04-mini-i386.iso</a>. The .iso file (either 32 bit or 64 bit) can be burned to a CD.
+An Ubuntu 18.04 LTS (server install) 64 bit iso can be obtained from the <a href="https://www.ubuntu.com/download/server/download">Ubuntu Server download</a> page/<br />If you are using 32 bit architecture you will need the <a href="https://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-i386/current/images/netboot/mini.iso">ubuntu-18.04-mini-i386.iso</a>. The .iso file (either 32 bit or 64 bit) can be burned to a CD.
 </p>
 
 <h2>2. <a name="net">Determine Network Settings</a></h2>
@@ -129,7 +129,7 @@
 <h2>5. <a name="ilc">Installing LON-CAPA</a></h2>
 <h3>Import the LON-CAPA encryption key</h3>
 <pre>
-wget http://install.loncapa.org/versions/ubuntu/APT-GPG-KEY-loncapa.asc
+wget https://install.loncapa.org/versions/ubuntu/APT-GPG-KEY-loncapa.asc
 sudo apt-get install add-apt-key gpg
 sudo apt-key add APT-GPG-KEY-loncapa.asc
 </pre>
@@ -182,7 +182,7 @@
 Retrieve the LON-CAPA setup script and dependencies with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/ubuntu20LTS_install.frag
diff -u doc/build/ubuntu20LTS_install.frag:1.6 doc/build/ubuntu20LTS_install.frag:1.7
--- doc/build/ubuntu20LTS_install.frag:1.6	Thu Aug  8 21:22:21 2024
+++ doc/build/ubuntu20LTS_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a reasonably fast connection to the internet.
 </p><p>
 More information is available at 
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -129,7 +129,7 @@
 <h2>5. <a name="ilc">Installing LON-CAPA</a></h2>
 <h3>Import the LON-CAPA encryption key</h3>
 <pre>
-wget http://install.loncapa.org/versions/ubuntu/APT-GPG-KEY-loncapa.asc
+wget https://install.loncapa.org/versions/ubuntu/APT-GPG-KEY-loncapa.asc
 sudo apt-get install add-apt-key gpg
 sudo apt-key add APT-GPG-KEY-loncapa.asc
 </pre>
@@ -182,7 +182,7 @@
 Retrieve the LON-CAPA setup script and dependencies with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/ubuntu22LTS_install.frag
diff -u doc/build/ubuntu22LTS_install.frag:1.3 doc/build/ubuntu22LTS_install.frag:1.4
--- doc/build/ubuntu22LTS_install.frag:1.3	Thu Aug  8 21:22:21 2024
+++ doc/build/ubuntu22LTS_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a reasonably fast connection to the internet.
 </p><p>
 More information is available at 
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -198,7 +198,7 @@
 Retrieve the LON-CAPA setup script and dependencies with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/ubuntu24LTS_install.frag
diff -u doc/build/ubuntu24LTS_install.frag:1.4 doc/build/ubuntu24LTS_install.frag:1.5
--- doc/build/ubuntu24LTS_install.frag:1.4	Thu Aug  8 21:22:21 2024
+++ doc/build/ubuntu24LTS_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a reasonably fast connection to the internet.
 </p><p>
 More information is available at 
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -199,7 +199,7 @@
 Retrieve the LON-CAPA setup script and dependencies with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:
Index: doc/build/ubuntu26LTS_install.frag
diff -u doc/build/ubuntu26LTS_install.frag:1.1 doc/build/ubuntu26LTS_install.frag:1.2
--- doc/build/ubuntu26LTS_install.frag:1.1	Thu Jul  9 19:57:29 2026
+++ doc/build/ubuntu26LTS_install.frag	Mon Aug 24 22:08:51 2026
@@ -7,7 +7,7 @@
 a reasonably fast connection to the internet.
 </p><p>
 More information is available at 
-<a href="http://install.lon-capa.org/">http://install.lon-capa.org/</a>.
+<a href="https://install.lon-capa.org/">https://install.lon-capa.org/</a>.
 </p>
 
 <h2>Before you begin</h2>
@@ -189,7 +189,7 @@
 Retrieve the LON-CAPA setup script and dependencies with the following command:
 </p>
 <pre>
-wget http://install.loncapa.org/linux/install.tar
+wget https://install.loncapa.org/linux/install.tar
 </pre>
 <p>
 Extract the archive with the following command:


More information about the LON-CAPA-cvs mailing list