Skip to content

Azure cli 2.45.0 - CryptographyDeprecationWarning: Blowfish has been deprecated #25406

Description

az feedback auto-generates most of the information requested below, as of CLI version 2.0.62

Related command
az webapp config ssl upload

Describe the bug

We receive the following error in the devops agent task logs when executing this command

##[error]/opt/az/lib/python3.10/site-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated

As a result, the pipeline task fails and the certificate is not uploaded.

To Reproduce

Open a terminal and login with managed identity

az login --identity

run the certificate upload command

az webapp config ssl upload --name <certificate name> --resource-group <resource group name> --certificate-file <certificate file path> --certificate-password <certificate password>

Expected behavior

The certificate to be uploaded successfully.

Environment summary

Linux-5.4.0-1101-azure-x86_64-with-glibc2.27, Ubuntu 18.04.6 LTS
Python 3.10.8
Installer: DEB

azure-cli 2.45.0

Additional context

Doesn't seem to be an issue with az cli 2.44.1

Possibly related paramiko/paramiko#2038

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Auto-AssignAuto assign by botService AttentionThis issue is responsible by Azure service team.Web Appsaz webappapp-service-generalcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions