Results 1 to 2 of 2

Thread: Warp-cli register - Error: Failed to contact the WARP API Kali linux

  1. #1
    Join Date
    2022-May
    Posts
    1

    Warp-cli register - Error: Failed to contact the WARP API Kali linux

    I having trouble registering warp 1.1.1.1 Since no one packeges is not suitable for Kali Linux I?ve tried to use dpkg but that doesn?t work. Dependency problems - gnupg2 package and leaving unconfigured. Next I?ve tried udo apt ?fix-broken install and after it appears the cloud on the panel but it?s not active and doesn?t work, but when i check using the command - Sudo apt-get install Cloudflare-warp it shows me that i have latest version. After all, I?ve tried to register a client using command - warp-cli register but it has an error: failed to contact the warp api. Who had the same issue?

  2. #2
    Join Date
    2022-Jun
    Location
    Bangladesh
    Posts
    1
    First, You have to set up the cloudflare-warp repository?s GPG key.
    Code:
    curl https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg
    Then add the repository to your machine?s apt sources:
    Code:
    echo "deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/cloudflare-client.list
    Now try to install it again.
    It should solve your problem. Either you could follow the below-mentioned tutorial. Here I described every step with a screenshot.

    How To Install And Use Cloudflare Warp On Linux
    => https://previewon.com/install-cloudflare-warp-linux/
    Last edited by Alamin; 2022-12-11 at 07:34. Reason: link updated.

Similar Threads

  1. Contact Devs error, arm64 chroot
    By opUserZero in forum Installing Archive
    Replies: 0
    Last Post: 2021-12-22, 19:00
  2. Replies: 0
    Last Post: 2020-11-13, 01:57

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •