From a62b9b2c1737a846f09a74744301787065770fea Mon Sep 17 00:00:00 2001 From: Todd Persen Date: Tue, 2 Dec 2014 16:59:39 -0500 Subject: [PATCH] Change default SSL port. --- config.sample.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.toml b/config.sample.toml index 08b8cf2974..9640016515 100644 --- a/config.sample.toml +++ b/config.sample.toml @@ -27,7 +27,7 @@ port = 8083 # binding is disabled if the port isn't set # Configure the http api [api] port = 8086 # binding is disabled if the port isn't set -# ssl-port = 8084 # Ssl support is enabled if you set a port and cert +# ssl-port = 8087 # Ssl support is enabled if you set a port and cert # ssl-cert = /path/to/cert.pem # connections will timeout after this amount of time. Ensures that clients that misbehave