From 75b77d456806597d8a37e917674f2030f4040847 Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Thu, 1 Sep 2011 14:59:18 +0200 Subject: [PATCH] update: tls autodetect --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d61dbb0..27aa085 100755 --- a/install.sh +++ b/install.sh @@ -653,7 +653,10 @@ else echo "" echo "PSYC intentionally uses a dedicated TLS port not just for" echo "simplicity, but also because it reduces interserver latency" - echo "as we can leave out negotiation." + echo "as we can leave out negotiation. Newer versions of psyclpc when" + echo "compiled with libpsyc support automatic detection of immediate" + echo "TLS on the same ports as the unencrypted protocols, so in that" + echo "case you don't need to define dedicated TLS ports." get PSYCS_YN "y" ask "Enable PSYC over TLS" PSYCS_YN