Chapter 4 - REMI gpg key request failed
See original GitHub issuefatal: [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:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top GitHub Comments
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.
This has been fixed in the latest version of the book (the URLs are updated and the box is now running Rocky Linux 8).