ssl updates

This commit is contained in:
John
2022-02-08 21:45:12 +01:00
parent 6fee17d0a5
commit 2f92ea5477
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -16,6 +16,7 @@
* add Alpine Linux APKBUILD (thanks to tim-devel) * add Alpine Linux APKBUILD (thanks to tim-devel)
* add QoS setting and adjustable global topic to MQTT * 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 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) # 21.3 (2021-11-07)
+2 -2
View File
@@ -2,7 +2,7 @@
ebusd.eu config webservice 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. 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.
+1 -1
View File
@@ -2,7 +2,7 @@
ebusd.eu update webservice 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. 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. It is enabled by default in ebusd due to the default value of the `--updatecheck=on` commandline option.