Skip to content

Commit

Permalink
docs: expand on TLS experiment
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
  • Loading branch information
Stebalien committed Apr 19, 2019
1 parent 21d46bb commit 928f0ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/experimental-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -702,3 +704,4 @@ ipfs config --json Experimental.PreferTLS true
### Road to being a real feature

- [ ] needs testing
- [ ] needs adoption

0 comments on commit 928f0ac

Please sign in to comment.