summaryrefslogtreecommitdiff
path: root/defaults/yacy.init
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2017-12-15 11:28:46 +0100
committerluccioman <luccioman@users.noreply.github.com>2017-12-15 11:28:46 +0100
commit17e004599d12259ad0b659db12e17857cd8e1d83 (patch)
tree71519f52aab25e3b9031199e4cdb7bed806be288 /defaults/yacy.init
parent2bc61f56577fb103c861b33aaf9d3792ba2b48dd (diff)
Started implementing optional https preference for protocol operations
Introduced through the new configurable setting network.unit.protocol.https.preferred, defaulting to false for now. Let choose to prefer using https when available on remote peers to perform YaCy protocol operations including notably hello or transferRWI. Not yet implemented for every YaCy protocol operations.
Diffstat (limited to 'defaults/yacy.init')
-rw-r--r--defaults/yacy.init4
1 files changed, 4 insertions, 0 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init
index 31196f8ed..1d8c67449 100644
--- a/defaults/yacy.init
+++ b/defaults/yacy.init
@@ -127,6 +127,10 @@ network.unit.domain.nocheck = false
# that means it is not usable in YaCy p2p-configurations, only in private portal configurations
network.unit.tenant.agent =
+# Prefer https for in-protocol operations when available on remote peers
+# A distinct general setting is available to control whether https sould be used for remote search queries : remotesearch.https.preferred
+network.unit.protocol.https.preferred = false
+
# Update process properties
# The update server location is given in the network.unit.definition,
# but the settings for update processing and cycles are individual.