From 2f92ea54773c59be127efe15e5deeadd2d108572 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 8 Feb 2022 21:45:12 +0100 Subject: [PATCH] ssl updates --- ChangeLog.md | 1 + contrib/config/README.md | 4 ++-- contrib/updatecheck/README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 393c2594..11240807 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -16,6 +16,7 @@ * add Alpine Linux APKBUILD (thanks to tim-devel) * add QoS setting and adjustable global topic to MQTT * add option to move dynamic circuit and name parts to MQTT payload allowing to push to e.g. Azure IoT hub +* add SSL support to HTTP client # 21.3 (2021-11-07) diff --git a/contrib/config/README.md b/contrib/config/README.md index 024b9028..2ea3d4b3 100644 --- a/contrib/config/README.md +++ b/contrib/config/README.md @@ -2,7 +2,7 @@ ebusd.eu config webservice ========================== -This is the code of the webservice at http://cfg.ebusd.eu/ that allows ebusd to download the needed CSV configuration +This is the code of the webservice at https://cfg.ebusd.eu/ that allows ebusd to download the needed CSV configuration files instead of having to install the ebusd-configuration package. -It is enabled by default in ebusd due to the default value of the `--configpath=http://cfg.ebusd.eu/` commandline option. +It is enabled by default in ebusd due to the default value of the `--configpath=https://cfg.ebusd.eu/` commandline option. diff --git a/contrib/updatecheck/README.md b/contrib/updatecheck/README.md index d1ee7cab..e5871b06 100644 --- a/contrib/updatecheck/README.md +++ b/contrib/updatecheck/README.md @@ -2,7 +2,7 @@ ebusd.eu update webservice ========================== -This is the code of the webservice at http://upd.ebusd.eu/ that allows ebusd to check its own version and the +This is the code of the webservice at https://upd.ebusd.eu/ that allows ebusd to check its own version and the configuration files for availability of new versions. It is enabled by default in ebusd due to the default value of the `--updatecheck=on` commandline option.