summary refs log tree commit diff
path: root/demo/README
diff options
context:
space:
mode:
authorJorik Schellekens <joriks@matrix.org>2019-06-17 16:24:28 +0100
committerJorik Schellekens <joriks@matrix.org>2019-06-17 16:24:28 +0100
commit839f9b923182208d1f0f57a0ff02fb0edd5d4a47 (patch)
tree4bc3802ae42906c5bbcda32e39000cee249fd85d /demo/README
parentMerge pull request #5462 from matrix-org/babolivier/account_validity_deactiva... (diff)
downloadsynapse-839f9b923182208d1f0f57a0ff02fb0edd5d4a47.tar.xz
One shot demo server startup
Configure the demo servers to use untrusted
tls certs so that they communicate with each other.

This configuration makes them very unsafe so I've added warnings about
it in the readme.
Diffstat (limited to 'demo/README')
-rw-r--r--demo/README8
1 files changed, 6 insertions, 2 deletions
diff --git a/demo/README b/demo/README
index 0b584ceb15..0bec820ad6 100644
--- a/demo/README
+++ b/demo/README
@@ -1,9 +1,13 @@
+DO NOT USE THESE DEMO SERVERS IN PRODUCTION
+
 Requires you to have done:
     python setup.py develop
 
 
-The demo start.sh will start three synapse servers on ports 8080, 8081 and 8082, with host names localhost:$port. This can be easily changed to `hostname`:$port in start.sh if required. 
-It will also start a web server on port 8000 pointed at the webclient.
+The demo start.sh will start three synapse servers on ports 8080, 8081 and 8082, with host names localhost:$port. This can be easily changed to `hostname`:$port in start.sh if required.
+
+To enable the servers to communicate untrusted ssl certs are used. In order to do this the servers do not check the certs
+and are configured in a highly insecure way. Do not use these configuration files in production.
 
 stop.sh will stop the synapse servers and the webclient.