Certbot -v command giving error

Hi,

I use Centos 9 stream version. Nginx is the webserver.

When I run, this command, certbot -v , it is giving me this error.


Saving debug log to /var/log/letsencrypt/letsencrypt.log
Could not find ssl_module; not disabling session tickets.

How would you like to authenticate and install certificates?


1: Apache Web Server plugin (apache)
2: Nginx Web Server plugin (nginx)


Select the appropriate number [1-2] then [enter] (press 'c' to cancel):

Is this an error? How to fix this?

Thanks

1 Like

How did you install nginx ?

Why are there two web servers installed?:

1 Like

I installed nginx only.

When I run, 'service nginx status' it shows this.


Redirecting to /bin/systemctl status nginx.service
● nginx.service - The nginx HTTP and reverse proxy server
Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; preset: disabled)
Drop-In: /usr/lib/systemd/system/nginx.service.d
└─php-fpm.conf
Active: active (running) since Sun 2024-06-16 14:56:45 IST; 4 months 26 days ago


When I run, 'service httpd status', it shows this


Redirecting to /bin/systemctl status httpd.service
○ httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; preset: disabled)
Drop-In: /usr/lib/systemd/system/httpd.service.d
└─php-fpm.conf
Active: inactive (dead)
Docs: man:httpd.service(8)


I don't see an error, only a warning. If you have nginx running, select 2 to continue (or use --nginx directly on the command line).

@Osiris
What is this command used for? 'certbot -v' ? For returning the certbot version?

It is showing this message.


Could not find ssl_module; not disabling session tickets.


Is this an error?

Thanks

1 Like

No, that single "v" is for "verbose", i.e., more detailed output.

Please see certbot --help for more information about the Certbot options (or certbot --help all for even more info).

No, that's just a warning, the warning I mentioned above.

1 Like

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