From 660afb839bc001603b1285cecd19e0319c1c49fe Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Thu, 20 Jul 2023 16:52:41 -0400 Subject: [PATCH] Plain http (#842) * reorder these steps * rm warning as it no longer applies in 3.0 * reset install-software to latest --- source/installation/add-ssl.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/installation/add-ssl.rst b/source/installation/add-ssl.rst index 73476a200..a33df8b41 100644 --- a/source/installation/add-ssl.rst +++ b/source/installation/add-ssl.rst @@ -7,15 +7,6 @@ The SSL protocol provides for a secure channel of communication between the user's browser and the Open OnDemand portal. It is recommended that you secure your Apache server by adding these configurations. -.. warning:: - - Open OnDemand expects secure (https) traffic by default. If you do - not add SSL to your Apache server you will have to follow FIXME-LINK-NEEDED - to enable some (if not most) functionality. - - This is not recommended as someone on your network could see your traffic in - plain text, including passwords. - Requirements: - A server name that points to the Open OnDemand server (``ondemand.my_center.edu``).