PDA

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



Sam Knight
2022-05-21, 13:24
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?

Alamin
2022-08-10, 07:54
First, You have to set up the cloudflare-warp repository?s GPG key.

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:

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/