Skip to content

Commit 41806ce

Browse files
committed
Do not configure Nexus for TLS by default
1 parent 23025f4 commit 41806ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nexus/examples/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ request_body_max_bytes = 1048576
4444
# initialization. If you're using this config file, you're probably running a
4545
# simulated system. In that case, the initial certificate is provided to the
4646
# simulated sled agent (acting as RSS) via command-line arguments.
47-
tls = true
47+
#tls = true
4848

4949
[deployment.dropshot_internal]
5050
# IP Address and TCP port on which to listen for the internal API

0 commit comments

Comments
 (0)