7 lines
286 B
Markdown
7 lines
286 B
Markdown
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
|