Clean up unused and deprecated TLS version setting on MQTT client (#88674)
* Cleanup CONF_TLS_VERSION remains * Fix diagnostics tests
This commit is contained in:
parent
bdbec491eb
commit
ae04c5d773
5 changed files with 0 additions and 10 deletions
|
@ -33,7 +33,6 @@ CONF_CERTIFICATE = "certificate"
|
|||
CONF_CLIENT_KEY = "client_key"
|
||||
CONF_CLIENT_CERT = "client_cert"
|
||||
CONF_TLS_INSECURE = "tls_insecure"
|
||||
CONF_TLS_VERSION = "tls_version"
|
||||
|
||||
DATA_MQTT = "mqtt"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue