mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
update: tls autodetect
This commit is contained in:
parent
6ff66c19c3
commit
75b77d4568
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue