fix: MQTT bridge verify wildcard certs

This commit is contained in:
William Yang 2023-03-08 11:16:47 +01:00
parent a2ccc1307b
commit 2cfec75652
3 changed files with 12 additions and 1 deletions

6
changes/v4.4.16-en.md Normal file
View File

@ -0,0 +1,6 @@
# v4.4.16
## Bug fixes
- Fixed MQTT bridge TLS connection could not verify wildcard certificate from peer.

5
changes/v4.4.16-zh.md Normal file
View File

@ -0,0 +1,5 @@
# v4.4.15
## 修复
- 修正了 MQTT 桥接 TLS 连接无法验证对端的带通配符的证书。

View File

@ -55,7 +55,7 @@
, {ecpool, {git, "https://github.com/emqx/ecpool", {tag, "0.5.2"}}}
, {replayq, {git, "https://github.com/emqx/replayq", {tag, "0.3.5"}}}
, {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {branch, "2.0.4"}}}
, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3.1"}}}
, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3.2"}}}
, {rulesql, {git, "https://github.com/emqx/rulesql", {tag, "0.1.5"}}}
, {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}}
, {observer_cli, "1.6.1"} % NOTE: depends on recon 2.5.1