Error create ssl cyberpanel

Hello good morning, I am new here, I am trying to put an ssl certificate on my website hosted on my own cyberpanel server but there is no way, please, could someone help me?, I have tried several things without obtaining anything and certbot gives me errors , Thanks in advance, regards.

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is:

I ran this command:

It produced this output:

My web server is (include version):

The operating system my web server runs on is (include version):

My hosting provider, if applicable, is:

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

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

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

1 Like

My domain is:
labodademismejoresamigos.es

I ran this command:
sudo certbot certonly -d labodademismejoresamigos.info -d labodademismejoresamigos.info
(I also tried from the cyberpanel itself but it does nothing more than spoil the access to the page and make it inaccessible)

It produced this output:

Traceback (most recent call last):
File "/bin/certbot", line 9, in
load_entry_point('certbot==1.11.0', 'console_scripts', 'certbot')()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 378, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2566, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2260, in load
entry = import(self.module_name, globals(),globals(), ['name'])
File "/usr/lib/python2.7/site-packages/certbot/main.py", line 2, in
from certbot._internal import main as internal_main
File "/usr/lib/python2.7/site-packages/certbot/_internal/main.py", line 17, in
from certbot import crypto_util
File "/usr/lib/python2.7/site-packages/certbot/crypto_util.py", line 32, in
from certbot import util
File "/usr/lib/python2.7/site-packages/certbot/util.py", line 24, in
from certbot._internal import constants
File "/usr/lib/python2.7/site-packages/certbot/internal/constants.py", line 6, in
from acme import challenges
File "/usr/lib/python2.7/site-packages/acme/challenges.py", line 11, in
import requests
File "/usr/lib/python2.7/site-packages/requests/init.py", line 58, in
from . import utils
File "/usr/lib/python2.7/site-packages/requests/utils.py", line 32, in
from .exceptions import InvalidURL
File "/usr/lib/python2.7/site-packages/requests/exceptions.py", line 10, in
from urllib3.exceptions import HTTPError as BaseHTTPError
File "/usr/lib/python2.7/site-packages/urllib3/init.py", line 10, in
from .connectionpool import (
File "/usr/lib/python2.7/site-packages/urllib3/connectionpool.py", line 31, in
from .connection import (
File "/usr/lib/python2.7/site-packages/urllib3/connection.py", line 45, in
from .util.ssl
import (
File "/usr/lib/python2.7/site-packages/urllib3/util/init.py", line 4, in
from .request import make_headers
File "/usr/lib/python2.7/site-packages/urllib3/util/request.py", line 5, in
from ..exceptions import UnrewindableBodyError
ImportError: cannot import name UnrewindableBodyError

My web server is (include version):
LITESPEED/1.7.14

The operating system my web server runs on is (include version): Centos 7

My hosting provider, if applicable, is: own

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

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

This is, as far as I know, a very irregular location for the certbot executable. How did you install certbot? I'd like to know, as this is probably an urllib3 issue which might require removal and reinstallation of that Python package. However, to guide you further with that, we need to know how certbot was installed.

1 Like

first install snap as it says here: Installing snap on CentOS | Snapcraft documentation

and then certbot as it says here: Certbot - Centosrhel7 Other

If it is necessary to unnistall and you indicate the process I have no problem, if it works that way it would be worth it.

But the log you've posted does not show a certbot ran from snap. So it seems there are two certbots on your system?

1 Like

puffs, it could be, because cyberpanel I think it brings ssl but when it does not work, I did what I indicated in the previous post from certbot, I can revert the computer to a previous state and if you help me start from scratch until it works

Well, I don't know a thing about Cyberpanel. Maybe they've hardcoded it somehow that it can only use that specific certbot. In any case, removing and reinstalling urllib3, probably the Python 2.7 version system package, should resolve this.

1 Like

Could you tell me how to do that step? i'm just learning how to use centos

If you can't manage to replace one (old) certbot with the other (newer) certbot.
Then you can also add another ACME client.
Like: acme.sh
[just be sure to leave the default file locations for each so that they are both fighting for the same space]

I would greatly appreciate if you could tell me step by step (command by command) how to do all that you tell me, I am a very newbie and centos is very unknown to me

It also seems this has happened other users before and this apparently worked:

sudo pip uninstall requests
sudo pip uninstall urllib3
sudo yum reinstall python-urllib3
sudo yum reinstall python-requests
1 Like

[root@centwebpanel201 /]# sudo pip uninstall requests
Uninstalling requests-2.18.4:
*** /usr/lib/python2.7/site-packages/requests-2.18.4-py2.7.egg-info***
*** /usr/lib/python2.7/site-packages/requests/init.py***
*** /usr/lib/python2.7/site-packages/requests/init.pyc***
*** /usr/lib/python2.7/site-packages/requests/version.py***
*** /usr/lib/python2.7/site-packages/requests/version.pyc***
*** /usr/lib/python2.7/site-packages/requests/_internal_utils.py***
*** /usr/lib/python2.7/site-packages/requests/_internal_utils.pyc***
*** /usr/lib/python2.7/site-packages/requests/adapters.py***
*** /usr/lib/python2.7/site-packages/requests/adapters.pyc***
*** /usr/lib/python2.7/site-packages/requests/api.py***
*** /usr/lib/python2.7/site-packages/requests/api.pyc***
*** /usr/lib/python2.7/site-packages/requests/auth.py***
*** /usr/lib/python2.7/site-packages/requests/auth.pyc***
*** /usr/lib/python2.7/site-packages/requests/certs.py***
*** /usr/lib/python2.7/site-packages/requests/certs.pyc***
*** /usr/lib/python2.7/site-packages/requests/compat.py***
*** /usr/lib/python2.7/site-packages/requests/compat.pyc***
*** /usr/lib/python2.7/site-packages/requests/cookies.py***
*** /usr/lib/python2.7/site-packages/requests/cookies.pyc***
*** /usr/lib/python2.7/site-packages/requests/exceptions.py***
*** /usr/lib/python2.7/site-packages/requests/exceptions.pyc***
*** /usr/lib/python2.7/site-packages/requests/help.py***
*** /usr/lib/python2.7/site-packages/requests/help.pyc***
*** /usr/lib/python2.7/site-packages/requests/hooks.py***
*** /usr/lib/python2.7/site-packages/requests/hooks.pyc***
*** /usr/lib/python2.7/site-packages/requests/models.py***
*** /usr/lib/python2.7/site-packages/requests/models.pyc***
*** /usr/lib/python2.7/site-packages/requests/packages.py***
*** /usr/lib/python2.7/site-packages/requests/packages.pyc***
*** /usr/lib/python2.7/site-packages/requests/sessions.py***
*** /usr/lib/python2.7/site-packages/requests/sessions.pyc***
*** /usr/lib/python2.7/site-packages/requests/status_codes.py***
*** /usr/lib/python2.7/site-packages/requests/status_codes.pyc***
*** /usr/lib/python2.7/site-packages/requests/structures.py***
*** /usr/lib/python2.7/site-packages/requests/structures.pyc***
*** /usr/lib/python2.7/site-packages/requests/utils.py***
*** /usr/lib/python2.7/site-packages/requests/utils.pyc***
Proceed (y/n)? y
*** Successfully uninstalled requests-2.18.4***
You are using pip version 8.1.2, however version 21.2.4 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[root@centwebpanel201 /]# sudo pip install --upgrade pip
Cache entry deserialization failed, entry ignored
Collecting pip
*** Downloading https://files.pythonhosted.org/packages/52/e1/06c018197d8151383f66ebf6979d951995cf495629fc54149491f5d157d0/pip-21.2.4.tar.gz (1.6MB)***
*** 100% |████████████████████████████████| 1.6MB 340kB/s***
*** Complete output from command python setup.py egg_info:***
*** Traceback (most recent call last):***
*** File "", line 1, in ***
*** File "/tmp/pip-build-8wwwx0/pip/setup.py", line 7***
*** def read(rel_path: str) -> str:***
*** ^***
*** SyntaxError: invalid syntax***

*** ----------------------------------------***
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-8wwwx0/pip/
You are using pip version 8.1.2, however version 21.2.4 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[root@centwebpanel201 /]# sudo pip uninstall urllib3
Uninstalling urllib3-1.22:
*** /usr/lib/python2.7/site-packages/urllib3-1.22-py2.7.egg-info***
*** /usr/lib/python2.7/site-packages/urllib3/init.py***
*** /usr/lib/python2.7/site-packages/urllib3/init.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/_collections.py***
*** /usr/lib/python2.7/site-packages/urllib3/_collections.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/connection.py***
*** /usr/lib/python2.7/site-packages/urllib3/connection.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/connectionpool.py***
*** /usr/lib/python2.7/site-packages/urllib3/connectionpool.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/init.py***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/init.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/_securetransport/init.py***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/_securetransport/init.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/_securetransport/bindings.py***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/_securetransport/bindings.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/_securetransport/low_level.py***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/_securetransport/low_level.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/appengine.py***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/appengine.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/ntlmpool.py***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/ntlmpool.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/pyopenssl.py***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/pyopenssl.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/securetransport.py***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/securetransport.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/socks.py***
*** /usr/lib/python2.7/site-packages/urllib3/contrib/socks.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/exceptions.py***
*** /usr/lib/python2.7/site-packages/urllib3/exceptions.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/fields.py***
*** /usr/lib/python2.7/site-packages/urllib3/fields.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/filepost.py***
*** /usr/lib/python2.7/site-packages/urllib3/filepost.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/packages/init.py***
*** /usr/lib/python2.7/site-packages/urllib3/packages/init.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/packages/backports/init.py***
*** /usr/lib/python2.7/site-packages/urllib3/packages/backports/init.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/packages/backports/makefile.py***
*** /usr/lib/python2.7/site-packages/urllib3/packages/backports/makefile.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/packages/ordered_dict.py***
*** /usr/lib/python2.7/site-packages/urllib3/packages/ordered_dict.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/packages/six.py***
*** /usr/lib/python2.7/site-packages/urllib3/packages/six.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname/init.py***
*** /usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname/init.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname/implementation.py***
*** /usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname/implementation.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/poolmanager.py***
*** /usr/lib/python2.7/site-packages/urllib3/poolmanager.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/request.py***
*** /usr/lib/python2.7/site-packages/urllib3/request.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/response.py***
*** /usr/lib/python2.7/site-packages/urllib3/response.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/util/init.py***
*** /usr/lib/python2.7/site-packages/urllib3/util/init.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/util/connection.py***
*** /usr/lib/python2.7/site-packages/urllib3/util/connection.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/util/request.py***
*** /usr/lib/python2.7/site-packages/urllib3/util/request.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/util/response.py***
*** /usr/lib/python2.7/site-packages/urllib3/util/response.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/util/retry.py***
*** /usr/lib/python2.7/site-packages/urllib3/util/retry.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/util/selectors.py***
*** /usr/lib/python2.7/site-packages/urllib3/util/selectors.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/util/ssl
.py***
*** /usr/lib/python2.7/site-packages/urllib3/util/ssl
.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/util/timeout.py***
*** /usr/lib/python2.7/site-packages/urllib3/util/timeout.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/util/url.py***
*** /usr/lib/python2.7/site-packages/urllib3/util/url.pyc***
*** /usr/lib/python2.7/site-packages/urllib3/util/wait.py***
*** /usr/lib/python2.7/site-packages/urllib3/util/wait.pyc***
Proceed (y/n)? y
*** Successfully uninstalled urllib3-1.22***
You are using pip version 8.1.2, however version 21.2.4 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[root@centwebpanel201 /]# sudo pip uninstall requests
DEPRECATION: Uninstalling a distutils installed project (requests) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling requests-2.6.0:
*** /usr/lib/python2.7/site-packages/requests-2.6.0-py2.7.egg-info***
Proceed (y/n)? y
*** Successfully uninstalled requests-2.6.0***
You are using pip version 8.1.2, however version 21.2.4 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[root@centwebpanel201 /]# clearsudo yum reinstall python-urllib3
-bash: clearsudo: no se encontró la orden
[root@centwebpanel201 /]# sudo yum reinstall python-urllib3
Complementos cargados:fastestmirror
No hay nada concordante con el argumento: python-urllib3
Loading mirror speeds from cached hostfile
epel/x86_64/metalink | 16 kB 00:00
*** * base: mirror.airenetworks.es***
*** * epel: mirror.uv.es***
*** * extras: mirror.airenetworks.es***
*** * updates: mirror.airenetworks.es***
base | 3.6 kB 00:00
copr:copr.fedorainfracloud.org:copart:restic | 3.3 kB 00:00
dovecot-2.3-latest | 2.9 kB 00:00
epel | 4.7 kB 00:00
extras | 2.9 kB 00:00
gf | 2.9 kB 00:00
gf-plus | 2.9 kB 00:00
ius | 1.3 kB 00:00
litespeed-mirror | 3.6 kB 00:00
litespeed-update-mirror | 3.6 kB 00:00
lux | 3.0 kB 00:00
mariadb | 2.9 kB 00:00
powerdns-auth-42 | 2.9 kB 00:00
updates | 2.9 kB 00:00
(1/2): epel/x86_64/updateinfo | 1.0 MB 00:01
(2/2): epel/x86_64/primary_db | 7.0 MB 00:02
El (los) paquete(s) python-urllib3 se encuentra(n) disponible(s), pero no se ha(n) instalado.
Error: Nada para hacer
[root@centwebpanel201 /]# sudo yum reinstall python-requests
Complementos cargados:fastestmirror
Loading mirror speeds from cached hostfile
*** * base: mirror.airenetworks.es***
*** * epel: mirror.uv.es***
*** * extras: mirror.airenetworks.es***
*** * updates: mirror.airenetworks.es***
Resolviendo dependencias
--> Ejecutando prueba de transacción
---> Paquete python-requests.noarch 0:2.6.0-10.el7 debe ser reinstalado
--> Procesando dependencias: python-urllib3 >= 1.10.2-1 para el paquete: python-requests-2.6.0-10.el7.noarch
--> Ejecutando prueba de transacción
---> Paquete python-urllib3.noarch 0:1.10.2-7.el7 debe ser instalado
--> Resolución de dependencias finalizada

Dependencias resueltas

================================================================================
*** Package Arquitectura Versión Repositorio Tamaño***
================================================================================
Reinstalando:
*** python-requests noarch 2.6.0-10.el7 base 95 k***
Instalando para las dependencias:
*** python-urllib3 noarch 1.10.2-7.el7 base 103 k***

Resumen de la transacción
================================================================================
Instalar ( 1 Paquete dependiente)
Reinstalar 1 Paquete

Tamaño total de la descarga: 197 k
Tamaño instalado: 721 k
Is this ok [y/d/N]: y
Downloading packages:
(1/2): python-requests-2.6.0-10.el7.noarch.rpm | 95 kB 00:00
(2/2): python-urllib3-1.10.2-7.el7.noarch.rpm | 103 kB 00:00
--------------------------------------------------------------------------------
Total 324 kB/s | 197 kB 00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
*** Instalando : python-urllib3-1.10.2-7.el7.noarch 1/2***
*** Instalando : python-requests-2.6.0-10.el7.noarch 2/2***
*** Comprobando : python-urllib3-1.10.2-7.el7.noarch 1/2***
*** Comprobando : python-requests-2.6.0-10.el7.noarch 2/2***

Instalado:
*** python-requests.noarch 0:2.6.0-10.el7***

Dependencia(s) instalada(s):
*** python-urllib3.noarch 0:1.10.2-7.el7***

¡Listo!
[root@centwebpanel201 /]#

that's all the console has thrown at me, how do you see it? What is the next step?

It appears urllib3 wasn't installed through the system package manager, but it is now, due to the fact you successfully reinstalled requests for which urllib3 is a dependency.

You should try to run certbot again now.

Try:

sudo certbot certonly \
-d labodademismejoresamigos.info \
-d www.labodademismejoresamigos.info \
--dry-run

*[root@centwebpanel201 /]# sudo certbot certonly \

-d labodademismejoresamigos.info
-d www.labodademismejoresamigos.info \

Saving debug log to /var/log/letsencrypt/letsencrypt.log

How would you like to authenticate with the ACME CA?


1: Spin up a temporary webserver (standalone)
2: Place files in webroot directory (webroot)


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

** Invalid input **
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): c
Could not choose appropriate plugin: authenticator could not be determined or is not installed
authenticator could not be determined or is not installed
[root@centwebpanel201 /]#
[root@centwebpanel201 /]# > -d labodademismejoresamigos.info \

-d www.labodademismejoresamigos.info
--dry-run
-bash: labodademismejoresamigos.info: no se encontró la orden
[root@centwebpanel201 /]# sudo certbot certonly
-d labodademismejoresamigos.info
-d labodademismejoresamigos.info
--dry-run
Saving debug log to /var/log/letsencrypt/letsencrypt.log

How would you like to authenticate with the ACME CA?


1: Spin up a temporary webserver (standalone)
2: Place files in webroot directory (webroot)


Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2
Plugins selected: Authenticator webroot, Installer None
Enter email address (used for urgent renewal and security notices)
(Enter 'c' to cancel): admin@labodademismejoresamigos.info
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org


Please read the Terms of Service at
https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf. You must
agree in order to register with the ACME server. Do you agree?


(Y)es/(N)o: y
Account registered.
Simulating a certificate request for labodademismejoresamigos.info
Performing the following challenges:
http-01 challenge for labodademismejoresamigos.info
Input the webroot for labodademismejoresamigos.info: (Enter 'c' to cancel): /home/labodademismejoresamigos.info/public_html
Waiting for verification...
Challenge failed for domain labodademismejoresamigos.info
http-01 challenge for labodademismejoresamigos.info
Cleaning up challenges
Some challenges have failed.

IMPORTANT NOTES:

  • The following errors were reported by the server:

    Domain: labodademismejoresamigos.info
    Type: unauthorized
    Detail: Invalid response from
    http://labodademismejoresamigos.info/.well-known/acme-challenge/IB69gHm4eCMa4B1yjZt2emuZ8nYizhbSwVWncBUwlok
    [176.56.119.157]: "\n<html
    style="height:100%">\n\n<meta name="viewport"
    content="width=device-width, initial-scale=1, shrink-to-"

    To fix these errors, please make sure that your domain name was
    entered correctly and the DNS A/AAAA record(s) for that domain
    contain(s) the right IP address.

[root@centwebpanel201 /]# sudo certbot certonly \

-d labodademismejoresamigos.info
-d www.labodademismejoresamigos.info \

Saving debug log to /var/log/letsencrypt/letsencrypt.log

How would you like to authenticate with the ACME CA?


1: Spin up a temporary webserver (standalone)
2: Place files in webroot directory (webroot)


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

** Invalid input **
Select the appropriate number [1-2] then [enter] (press 'c' to cancel):
** Invalid input **
Select the appropriate number [1-2] then [enter] (press 'c' to cancel):
** Invalid input **
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 1
Plugins selected: Authenticator standalone, Installer None
Enter email address (used for urgent renewal and security notices)
(Enter 'c' to cancel): admin@labodademismejoresamigos.info
Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org


Please read the Terms of Service at
https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf. You must
agree in order to register with the ACME server. Do you agree?


(Y)es/(N)o: y


Would you be willing, once your first certificate is successfully issued, to
share your email address with the Electronic Frontier Foundation, a founding
partner of the Let's Encrypt project and the non-profit organization that
develops Certbot? We'd like to send you email about our work encrypting the web,
EFF news, campaigns, and ways to support digital freedom.


(Y)es/(N)o: y
Account registered.
Requesting a certificate for labodademismejoresamigos.info and www.labodademismejoresamigos.info
Performing the following challenges:
http-01 challenge for labodademismejoresamigos.info
http-01 challenge for www.labodademismejoresamigos.info
Cleaning up challenges
Problem binding to port 80: Could not bind to IPv4 or IPv6.

Try is all in one line:

sudo certbot certonly -d labodademismejoresamigos.info -d www.labodademismejoresamigos.info --dry-run

Is that the document root configured in LiteSpeed?

Also, you're not properly adding --dry-run, looking at the ACME endpoint used. Please use that option to test everything to prevent you from running into rate limits.

2 Likes

[root@centwebpanel201 ~]# sudo certbot certonly -d labodademismejoresamigos.info -d www.labodademismejoresamigos.info --dry-run
Saving debug log to /var/log/letsencrypt/letsencrypt.log

How would you like to authenticate with the ACME CA?


1: Spin up a temporary webserver (standalone)
2: Place files in webroot directory (webroot)


Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2
Plugins selected: Authenticator webroot, Installer None
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Simulating a certificate request for labodademismejoresamigos.info and www.labodademismejoresamigos.info
Performing the following challenges:
http-01 challenge for labodademismejoresamigos.info
http-01 challenge for www.labodademismejoresamigos.info
Input the webroot for labodademismejoresamigos.info: (Enter 'c' to cancel): /home/labodademismejoresamigos.info/public_html

Select the webroot for www.labodademismejoresamigos.info:


1: Enter a new webroot
2: /home/labodademismejoresamigos.info/public_html


Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2
Waiting for verification...
Challenge failed for domain labodademismejoresamigos.info
Challenge failed for domain www.labodademismejoresamigos.info
http-01 challenge for labodademismejoresamigos.info
http-01 challenge for www.labodademismejoresamigos.info
Cleaning up challenges
Some challenges have failed.

IMPORTANT NOTES:

How would you like to authenticate with the ACME CA?


1: Spin up a temporary webserver (standalone)
2: Place files in webroot directory (webroot)


Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 1
Plugins selected: Authenticator standalone, Installer None
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Simulating a certificate request for labodademismejoresamigos.info and www.labodademismejoresamigos.info
Performing the following challenges:
http-01 challenge for labodademismejoresamigos.info
http-01 challenge for www.labodademismejoresamigos.info
Cleaning up challenges
Problem binding to port 80: Could not bind to IPv4 or IPv6.