From 1675fed46df22ee5d50882a8efe489eb315158f5 Mon Sep 17 00:00:00 2001
From: Sorunome <mail@sorunome.de>
Date: Sun, 6 Jan 2019 16:51:37 +0100
Subject: [PATCH] fix confusing port thing in readme

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8b4d287..975f8a5 100644
--- a/README.md
+++ b/README.md
@@ -32,11 +32,12 @@ These instructions were tested against Node.js v8.11.1 and the Synapse homeserve
 * Copy ``config/config.sample.yaml`` to ``config.yaml`` and edit it to reflect your setup.
   * Note that you are expected to set ``domain`` and ``homeserverURL`` to your **public** host name.
   While localhost would work, it does not resolve correctly with Webhooks/Avatars.
+  Please note that a self-signed SSL certificate (e.g. what is commonly found on port `8448`) won't work, either.
 
   ```yaml
   bridge:
       domain: "example.com"
-      homeserverUrl: "https://example.com:8448"
+      homeserverUrl: "https://example.com"
   ```
 
 * Run ``node build/src/discordas.js -r -u "http://localhost:9005" -c config.yaml``
-- 
GitLab