From b502c17076e43e16db2dc67f7a6b5505c4b96275 Mon Sep 17 00:00:00 2001 From: Anil Panta Date: Wed, 22 Apr 2026 10:29:07 -0400 Subject: [PATCH] deprecate non_ssl port in fts-messaging in favor of just port --- docs/operator/configuration_parameters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operator/configuration_parameters.md b/docs/operator/configuration_parameters.md index b44b861dd50..646b38872d5 100644 --- a/docs/operator/configuration_parameters.md +++ b/docs/operator/configuration_parameters.md @@ -264,11 +264,11 @@ Rucio will look for the config in the following locations - - **destination**: Name of the destination topic. `/topic/transfer.fts_monitoring_complete`. - **use_ssl**: _(Optional)_ Boolean. Default: `True`. - - **port** Port of the broker if `use_ssl` is set. + - **port** Port of the broker. For `>=41.0.0`, used for all connections. See `nonssl_port`. - **ssl_cert_file**: _(Optional)_ Path of the certificate file if `use_ssl` is set. No default. - **ssl_key_file**: _(Optional)_ Path of the certificate key file defined in `ssl_cert_file` if `use_ssl` is set. No default. - - **nonssl_port**: _(Optional)_ Port of the broker if `use_ssl` is not set. + - **nonssl_port**: _(Optional)_ For `<41.0.0`, used to specify ports when `use_ssl`=False. See `port` - **username**: _(Optional)_ Username of the broker. Only used if `use_ssl` is not set. No default. - **password**: _(Optional)_ Password of the `username`. Only used if