diff --git a/src/azure-cli-core/azure/cli/core/util.py b/src/azure-cli-core/azure/cli/core/util.py index f54239ee2c2..4011e5efcc5 100644 --- a/src/azure-cli-core/azure/cli/core/util.py +++ b/src/azure-cli-core/azure/cli/core/util.py @@ -25,10 +25,9 @@ CLI_PACKAGE_NAME = 'azure-cli' COMPONENT_PREFIX = 'azure-cli-' -SSLERROR_TEMPLATE = ('Certificate verification failed. This typically happens when using Azure CLI behind a proxy ' - 'that intercepts traffic with a self-signed certificate. ' - # pylint: disable=line-too-long - 'Please add this certificate to the trusted CA bundle. More info: https://docs.microsoft.com/cli/azure/use-cli-effectively#work-behind-a-proxy.') +SSLERROR_TEMPLATE = ('An SSL error occurred. This typically happens when using Azure CLI behind a proxy or firewall. ' + 'For more information, see: ' + 'https://learn.microsoft.com/cli/azure/use-cli-effectively#work-behind-a-proxy') QUERY_REFERENCE = ("To learn more about --query, please visit: " "'https://docs.microsoft.com/cli/azure/query-azure-cli'")