# HG changeset patch # User Kim Alvefur # Date 1624203290 -7200 # Node ID cd4006709493be556375ad3f9e33e2bdd2be5cea # Parent 8e16fd976c57d2ac9083848ef4355852f626d2ae util.prosodyctl.check: Deprecate legacy_ssl related options diff -r 8e16fd976c57 -r cd4006709493 util/prosodyctl/check.lua --- a/util/prosodyctl/check.lua Sun Jun 20 17:11:19 2021 +0200 +++ b/util/prosodyctl/check.lua Sun Jun 20 17:34:50 2021 +0200 @@ -41,6 +41,7 @@ local deprecated = set.new({ "bosh_ports", "disallow_s2s", "no_daemonize", "anonymous_login", "require_encryption", "vcard_compatibility", "cross_domain_bosh", "cross_domain_websocket", "daemonize", + "legacy_ssl_port", "legacy_ssl_ports", "legacy_ssl_interfaces", "legacy_ssl_ssl", }); local known_global_options = set.new({ "pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize",