Jump to content

gpg: no valid OpenPGP data found.


xkxsx

Recommended Posts

hello. First of all, thank you for your interest in my problem.
I am following the Ubuntu rippeld installation method from the official document (https://xrpl.org/install-rippled-on-ubuntu.html) in Ubuntu 22.04.3 LTS environment.

sudo apt -y update
sudo apt -y install apt-transport-https ca-certificates wget gnupg
sudo mkdir /usr/local/share/keyrings/
sudo wget -q -O - "https://repos. ripple.com/repos/api/gpg/key/public" | sudo gpg --dearmor > ripple-key.gpg.


But

sudo wget -q -O - "https://repos.ripple.com/repos/api/gpg/key/public" | sudo gpg --dearmor > ripple-key.gpg

, it says "gpg: no valid OpenPGP data found."
To check if the gpg file was properly downloaded, when I connected to wget and the link (https://repos.ripple.com/repos/api/gpg/key/public), the phrase "502 Bad Gateway" appeared and the GPG file was downloaded. cannot be received.

I googled it and added the --no-check-certificate option to

sudo wget --no-check-certificate -q -O - "https://repos.ripple.com/repos/api/gpg/key/public" | sudo gpg --dearmor > ripple-key.gpg

but it still says "gpg: no valid OpenPGP data found."

Does anyone know a solution to this problem?
Thanks for reading the long post 

image.thumb.png.8243e4ff46e3f23697ffce3fbe339a68.png

Link to comment
Share on other sites

502 is a server error (the server that is meant to be sending you the GPG key), there's probably something wrong on Ripple's side. I'm sure they'll fix it soon.

--no-check-certificate relates to the SSL certificate of the web server attempting to send you the key (which is ok), not to do with the GPG key itself.

Link to comment
Share on other sites

  • 2 weeks later...

Hi,

Same problem.
wget -q -O - "https://repos.ripple.com/repos/api/gpg/key/public" --verbose | gpg --dearmor > ripple-key.gpg
returns 
gpg: no valid OpenPGP data found.

Testing wget download 
wget -v -O - "https://repos.ripple.com/repos/api/gpg/key/public"
returns some kind of html content

<!doctype html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><meta name=impor
          "imports": {
            "@jfrog/ui-platform-microfrontend-pipelines": "/ui/api/v1/pipe/webapp/js/app.js",
            "@jfrog/ui-platform-microfrontend-distribution": "/ui/api/v1/distribution/webapp/js/app.js",
            "@jfrog/ui-platform-microfrontend-xray": "/ui/api/v1/xray/webapp/js/app.js"
          }
[SKIP]

Any solution?
Thank you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...