Problem installing python-certbot-apache

I am running a home server. The server runs on Centos 7 and I have DirectAdmin installed. The address of the server is lps55.net. I am running 2 domains, linksparadise.com and heijn.me. I am looking to install a san certificate to cover the server and the 2 domains. When I used the command # sudo yum install python-certbot-apache the install begins and end with an error message:
Error: Package: python2-certbot-apache-0.11.1-1.el7.noarch (epel)
Requires: mod_ssl
You could try using --skip-broken to work around the problem
** Found 4 pre-existing rpmdb problem(s), ‘yum check’ output follows:
ipa-client-4.4.0-14.el7.centos.6.x86_64 has installed conflicts freeipa-client: ipa-client-4.4.0-14.el7.centos.6.x86_64
ipa-client-common-4.4.0-14.el7.centos.6.noarch has installed conflicts freeipa-client-common: ipa-client-common-4.4.0-14.el7.centos.6.noarch
ipa-common-4.4.0-14.el7.centos.6.noarch has installed conflicts freeipa-common: ipa-common-4.4.0-14.el7.centos.6.noarch
ipa-python-compat-4.4.0-14.el7.centos.6.noarch has installed conflicts freeipa-python-compat: ipa-python-compat-4.4.0-14.el7.centos.6.noarch

I’m new at all of this. can someone guide me on how to fix this?

Seems to me it’s not actually directly related to certbot, but has something to do with leftover packages from when you upgraded from CentOS 6 to CentOS 7. Could that be the case?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.