--- loncom/loncapa.conf 2004/05/27 09:28:38 1.10 +++ loncom/loncapa.conf 2004/06/01 14:58:12 1.12 @@ -1,7 +1,7 @@ ## ## loncapa.conf -- Apache HTTP LON-CAPA configuration file ## -## $Id: loncapa.conf,v 1.10 2004/05/27 09:28:38 foxr Exp $ +## $Id: loncapa.conf,v 1.12 2004/06/01 14:58:12 albertel Exp $ ## # ======================================= Machine Specific / Perl Configuration @@ -48,18 +48,14 @@ PerlSetVar lonReceipt {[[[[lonReceipt # londAllowInsecure allows lond to fall back to insecure connections # in the event its peer is not yet updated to secure lonc. # If you are certain all the systems you are communicating with -# are using secure lonc, uncomment the first definition and -# comment the second. +# are using secure lonc, set it to 0 -# PerlSetVar londAllowInsecure {[[[[0]]]]} -PerlSetVar londAllowInsecure {[[[[1]]]]} +PerlSetVar londAllowInsecure {[[[[londAllowInsecure]]]]} # loncAllowInsecure allows lonc to fall back to negotiating an insecure # connection with lond in the event the peer is not yet a secure lond. # If you are certain that all systems you are communicating with -# are using secure lond, uncomment the next line and comment the -# second: +# are using secure lond, set it to 0 -# PerlSetVar loncAllowInsecure {[[[[0]]]]} -PerlSetVar loncAllowInsecure {[[[[1]]]]} +PerlSetVar loncAllowInsecure {[[[[loncAllowInsecure]]]]}