1
0
mirror of synced 2026-03-23 19:03:39 +00:00

Allow server-side TLS without client auth

Modified TLS logic to allow enabling TLS server-side auth without using client certificates.
Added ability to skip TLS certificate verification for self-signed certs, when a CA can't be provided.
Updated README to reflect new environment variable for MQTT_TLS_INSECURE.
This commit is contained in:
Dan Clough
2022-05-28 23:38:47 -05:00
parent 9917b41381
commit 7729a2712f
3 changed files with 56 additions and 20 deletions

View File

@@ -1 +1 @@
1.0.16
1.0.17