question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Chapter 4 - REMI gpg key request failed

See original GitHub issue

fatal: [default]: FAILED! => {"changed": false, "msg": "failed to fetch key at https://rpms.remirepo.net/RPM-GPG-KEY-remi , error was: Request failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618)>"}

Hi. I’m having trouble with chapter 4. I have the book and cloned the repo. I did a vagrant up on the nodejs folder. I had to change the IP address for the VM as it was complaining. Then this happened when it started to provision it. I SSHed to the box and it has network access and I can update it but even if I replace the key (not that I needed to) it still won’t work.

Please help! I also tried another folder and I still had the same issue once the box starting provisioning. I’m sure there’s a simple answer. Thanks in advance.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Trojanekkkcommented, Feb 7, 2022

In my case centos VM also cannot verify SSL certificate. The easiest (and obviously insecure) solution is to modify playbook and change https => http at erroneous lines. Then everything works fine.

0reactions
geerlingguycommented, Apr 15, 2022

This has been fixed in the latest version of the book (the URLs are updated and the box is now running Rocky Linux 8).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Chapter 4 - REMI gpg key request failed issue - Python 博客
Hi. I'm having trouble with chapter 4. I have the book and cloned the repo. I did a vagrant up on the nodejs...
Read more >
Importing Remi GPG key fails with "certificate verify failed" #425
I first encountered this error when bringing up the VM. It is reproduced below with vagrant provision : ==> default: Running provisioner: ...
Read more >
English : Repository Configuration
The simplest way is to install the remi-release package which provides the repository configuration for YUM/DNF and the GPG key used to sign...
Read more >
RPM and GPG: How to verify Linux packages before installing ...
The rpm utility uses GPG keys to sign packages and its own collection of imported public keys to verify the packages.
Read more >
Enable REMI Repository on Rocky Linux 8 | AlmaLinux 8
YUM is a command-line package management software for RPM-based Linux systems that is licensed under the GNU General Public License.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found