From 2363c43bdbf4ae090812d8ce9ce5b92c498953cc Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Sun, 28 Jun 2020 12:41:20 +0200 Subject: [PATCH] Point link to https version of website This URL linked via `http`, which means that it results in unnecessary warnings at the top of glowing-bear.org.. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07ad20a..ddb7525 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Glowing Bear connects to the WeeChat instance you're already running (version 0. /relay add weechat 9001 /set relay.network.password YOURPASSWORD -Now point your browser to the [Glowing Bear](http://www.glowing-bear.org)! If you're having trouble connecting, check that the host and port of your WeeChat host are entered correctly, and that your server's firewall permits incoming connections on the relay port (9001 in this example). +Now point your browser to the [Glowing Bear](https://www.glowing-bear.org)! If you're having trouble connecting, check that the host and port of your WeeChat host are entered correctly, and that your server's firewall permits incoming connections on the relay port (9001 in this example). **Please note that the above instructions set up an unencrypted relay, and all your data will be transmitted in clear.** You should not use this over the internet. We strongly recommend that you set up encryption if you want to keep using Glowing Bear. There's a guide on setting it up with Let's Encrypt on the landing page of the [next version of Glowing Bear](https://latest.glowing-bear.org), under "Getting Started". Ask us in `#glowing-bear` on freenode if something is unclear.