Forums

Mike Kurtz
Mike Kurtz
Offline
Resolved
0 votes
I am finally getting around to getting a non-self-signed cert so I tried to install the Let's Encrypt app. Both the marketplace app and yum throw an error when attempting to install, about there being no way to resolve the certbot dependency:

[root@gateway ~]# yum install app-lets-encrypt

Loaded plugins: clearcenter-marketplace, fastestmirror
ClearCenter Marketplace: fetching repositories...
ClearCenter Marketplace: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618)
Loading mirror speeds from cached hostfile
* clearos: mirror2-newyork.clearos.com
* clearos-centos: download4.clearsdn.com
* clearos-centos-sclo-rh: download4.clearsdn.com
* clearos-centos-updates: download4.clearsdn.com
* clearos-contribs: mirror2-newyork.clearos.com
* clearos-fast-updates: download4.clearsdn.com
* clearos-infra: mirror2-newyork.clearos.com
* clearos-updates: mirror2-newyork.clearos.com
Resolving Dependencies
--> Running transaction check
---> Package app-lets-encrypt.noarch 1:1.10.14-1.v7 will be installed
--> Processing Dependency: app-lets-encrypt-core = 1:1.10.14-1.v7 for package: 1:app-lets-encrypt-1.10.14-1.v7.noarch
--> Running transaction check
---> Package app-lets-encrypt-core.noarch 1:1.10.14-1.v7 will be installed
--> Processing Dependency: certbot >= 0.21.0 for package: 1:app-lets-encrypt-core-1.10.14-1.v7.noarch
--> Finished Dependency Resolution
Error: Package: 1:app-lets-encrypt-core-1.10.14-1.v7.noarch (clearos-contribs)
Requires: certbot >= 0.21.0


This was extremely confusing and my only thought is the SSL error for the marketplace repo. In response I reset the system clock via ntp, cleared the yum cache, and tried again. Same error. If anyone has any idea what's going on, I'm all ears.
Friday, June 03 2022, 08:31 PM
Share this post:

Accepted Answer

Friday, June 03 2022, 09:21 PM - #Permalink
Resolved
0 votes
We had that earlier in the week when a certificate expired but it was fixed. What is the result of:
rpm -q ca-certificates
You should get ca-certificates-2021.2.50-72.el7_9.noarch.
The reply is currently minimized Show
Responses (1)
  • Accepted Answer

    Mike Kurtz
    Mike Kurtz
    Offline
    Friday, June 03 2022, 09:30 PM - #Permalink
    Resolved
    0 votes
    That did the trick. Thanks!
    The reply is currently minimized Show
Your Reply