Could not find ssl_module; not installing certificate

My domain is:Botric.tv

I ran this command:sudo certbot --apache

It produced this output:Saving debug log to /var/log/letsencrypt/letsencrypt.log
Could not find ssl_module; not disabling session tickets.

Which names would you like to activate HTTPS for?


1: botric.tv
2: www.botric.tv


Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel): 1,2


You have an existing certificate that contains a portion of the domains you
requested (ref: /etc/letsencrypt/renewal/www.botric.tv.conf)

It contains these names: www.botric.tv

You requested these names for the new certificate: botric.tv, www.botric.tv.

Do you want to expand and replace this existing certificate with the new
certificate?


(E)xpand/(C)ancel: e
Renewing an existing certificate for botric.tv and www.botric.tv

Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/www.botric.tv/fullchain.pem
Key is saved at: /etc/letsencrypt/live/www.botric.tv/privkey.pem
This certificate expires on 2021-11-07.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically renew this certificate in the background.

Deploying certificate
Could not install certificate

NEXT STEPS:

  • The certificate was saved, but could not be installed (installer: apache). After fixing the error shown below, try installing it again by running:
    certbot install --cert-name www.botric.tv

Could not find ssl_module; not installing certificate.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details

My web server is (include version): Apache/2.4.37 (centos)

The operating system my web server runs on is (include version):centOS 8.4.2105.0-3.el8

My hosting provider, if applicable, is:N/A

I can login to a root shell on my machine (yes or no, or I don't know):yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel):no

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):certbot 1.18.0

Hi @Botric,

Is this a normal installation of Apache from the CentOS 8 repositories?

What is the output of:

httpd -v
rpm -q httpd

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