From 31af8f07ce5aa7aff37425ed0ba0e16d39368f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20D=C3=B6ring?= <simon.doering@stud.hs-bochum.de> Date: Tue, 9 Feb 2021 10:15:42 +0100 Subject: [PATCH] Update README.md with hint for janusURL --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d31868a..b1a4dd4 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,11 @@ Below is a description of the config file's properties: * `janusURL`: The url of the janus server. Defaults to `http://localhost:8088/janus`. Note that by default `/janus` has to be appended to the url. + **Important**: If you disabled http and only have https enabled for the Janus API, use the url that the + sender and noVNC site would use to connect to the Janus API. Example: `https://mydomain.com:8089/janus`. + Simply providing `https://localhost:8089/janus` would not work because the domain name + of the SSL certificate would not match. + * `janusRoom`: The janus room which will be used. Make sure that the room is unique and not used for anything else, as the server will destroy it on startup to create a new room. Defaults to `1000`. -- GitLab