Skip to content

Cannot install CLI: Header DSA signature: BAD #712

Description

@l3ender

Trying to install the latest CLI version on Red Hat (directly from .rpm as downloaded from doc) gives the following error:

Unknown Error occurred: Transaction test error:
package twilio-6.2.4-1.el9.x86_64 does not verify: Header DSA signature: BAD (package tag 267: invalid OpenPGP signature)

We are using Ansible to install with the following task:

    - name: "Install Twilio CLI"
      ansible.builtin.yum:
        name: "{{ build_tools_base_url }}/twilio-6.2.4-1.el9.x86_64.rpm"
        disable_gpg_check: true
        state: "present"

We are running RHEL 8.10 and have had to disable SHA1 based crypto polices for security/hardening:

-> update-crypto-policies --show
DEFAULT

Please advise--thanks!

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: work in progressTwilio or the community is in the process of implementing

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions