286 B
286 B
Disable outdated TLS versions and ciphersuites in the EMQX backplane network (gen_rpc
).
Allow using tlsv1.3 on the backplane.
Add new configuration parameters: EMQX_RPC__TLS_VERSIONS
and EMQX_RPC__CIPHERS
.
The corresponding gen_rpc
PR: https://github.com/emqx/gen_rpc/pull/36