From 928f0ac40d50b8e02912a96037a671a6e696f644 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 18 Apr 2019 17:30:08 -0700 Subject: [PATCH] docs: expand on TLS experiment License: MIT Signed-off-by: Steven Allen --- docs/experimental-features.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/experimental-features.md b/docs/experimental-features.md index 2bedaafb17f..a85b060ce62 100644 --- a/docs/experimental-features.md +++ b/docs/experimental-features.md @@ -689,7 +689,9 @@ ipfs config --json Swarm.EnableAutoNATService true ### State -Every node accepts secio and TLS 1.3 connections, but prefers secio over TLS when dialing. +Every go-ipfs node (>=0.4.21) accepts secio and TLS 1.3 connections but prefers +secio over TLS when dialing. To prefer TLS when dialing, you'll have to enable +this feature. ### How to enable @@ -702,3 +704,4 @@ ipfs config --json Experimental.PreferTLS true ### Road to being a real feature - [ ] needs testing +- [ ] needs adoption