Certbot error: Connection reset by peer

I'm trying to update the SSL of a hosting site using Certbot installed on a Windows computer. Previously, this worked several times, but now during validation it gives the error “Connection reset by peer”.
Similar errors occur when trying to validate all hosting sites. Validation also fails when receiving free SSL on sites like https://sslforweb.com/
Hosting support says:
No restrictions were found on the hosting side.
In this case, I can suggest contacting certbot support.

My domain is:
docs.module-electronic.ru

I ran this command:
certbot certonly --manual

It produced this output:

Certbot failed to authenticate some domains (authenticator: manual). The Certificate Authority reported these problems:
  Domain: docs.module-electronic.ru
  Type:   connection
  Detail: 91.189.114.19: Fetching http://docs.module-electronic.ru/.well-known/acme-challenge/oLYffjvaxrMDy599VOIg679X-p-vsZq_LiBGcvyPK68: Connection reset by peer

Hint: The Certificate Authority failed to verify the manually created challenge files. Ensure that you created these in the correct location.

Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile C:\Certbot\log\letsencrypt.log or re-run Certbot with -v for more details.

My web server is (include version):
Apache/2.4.56 (Red Hat Enterprise Linux 8) PHP/7.4.33

The operating system my web server runs on is (include version):
Linux 6.2.10-1.el8.x86_64

My hosting provider, if applicable, is:
RU-CENTER

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):
ISPmanager 6

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

In Certbot log file:

2023-11-05 16:08:31,455:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\docs.module-electronic.ru-0001.conf is broken. Skipping.
2023-11-05 16:08:31,657:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\docs.module-electronic.ru-0001\cert.pem to be a symlink

2023-11-05 16:08:31,669:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\docs.module-electronic.ru-0002.conf is broken. Skipping.
2023-11-05 16:08:31,669:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\docs.module-electronic.ru-0002\cert.pem to be a symlink

2023-11-05 16:08:31,685:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\docs.module-electronic.ru-0003.conf is broken. Skipping.
2023-11-05 16:08:31,685:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\docs.module-electronic.ru-0003\cert.pem to be a symlink

2023-11-05 16:08:31,695:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\docs.module-electronic.ru-0004.conf is broken. Skipping.
2023-11-05 16:08:31,696:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\docs.module-electronic.ru-0004\cert.pem to be a symlink

2023-11-05 16:08:31,709:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\docs.module-electronic.ru.conf is broken. Skipping.
2023-11-05 16:08:31,710:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\docs.module-electronic.ru\cert.pem to be a symlink

2023-11-05 16:08:31,724:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\module-electronic.ru-0001.conf is broken. Skipping.
2023-11-05 16:08:31,724:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\module-electronic.ru-0001\cert.pem to be a symlink

2023-11-05 16:08:31,737:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\module-electronic.ru.conf is broken. Skipping.
2023-11-05 16:08:31,737:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\module-electronic.ru\cert.pem to be a symlink

2023-11-05 16:08:31,747:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\new.module-electronic.ru-0001.conf is broken. Skipping.
2023-11-05 16:08:31,748:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\new.module-electronic.ru-0001\cert.pem to be a symlink

2023-11-05 16:08:31,760:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\new.module-electronic.ru-0002.conf is broken. Skipping.
2023-11-05 16:08:31,760:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\new.module-electronic.ru-0002\cert.pem to be a symlink

2023-11-05 16:08:31,774:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\new.module-electronic.ru-0003.conf is broken. Skipping.
2023-11-05 16:08:31,775:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\new.module-electronic.ru-0003\cert.pem to be a symlink

2023-11-05 16:08:31,782:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\new.module-electronic.ru-0004.conf is broken. Skipping.
2023-11-05 16:08:31,783:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\new.module-electronic.ru-0004\cert.pem to be a symlink

2023-11-05 16:08:31,793:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\new.module-electronic.ru-0005.conf is broken. Skipping.
2023-11-05 16:08:31,794:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\new.module-electronic.ru-0005\cert.pem to be a symlink

2023-11-05 16:08:31,803:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\new.module-electronic.ru.conf is broken. Skipping.
2023-11-05 16:08:31,803:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\new.module-electronic.ru\cert.pem to be a symlink

2023-11-05 16:08:31,814:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\nikaeng.ru-0001.conf is broken. Skipping.
2023-11-05 16:08:31,815:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\nikaeng.ru-0001\cert.pem to be a symlink

2023-11-05 16:08:31,826:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\nikaeng.ru-0002.conf is broken. Skipping.
2023-11-05 16:08:31,826:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\nikaeng.ru-0002\cert.pem to be a symlink

2023-11-05 16:08:31,835:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\nikaeng.ru-0003.conf is broken. Skipping.
2023-11-05 16:08:31,836:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\nikaeng.ru-0003\cert.pem to be a symlink

2023-11-05 16:08:31,847:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\nikaeng.ru-0004.conf is broken. Skipping.
2023-11-05 16:08:31,847:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\nikaeng.ru-0004\cert.pem to be a symlink

2023-11-05 16:08:31,860:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\nikaeng.ru.conf is broken. Skipping.
2023-11-05 16:08:31,860:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\nikaeng.ru\cert.pem to be a symlink

2023-11-05 16:08:31,870:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\old.module-electronic.ru-0001.conf is broken. Skipping.
2023-11-05 16:08:31,870:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\old.module-electronic.ru-0001\cert.pem to be a symlink

2023-11-05 16:08:31,879:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\old.module-electronic.ru-0002.conf is broken. Skipping.
2023-11-05 16:08:31,879:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\old.module-electronic.ru-0002\cert.pem to be a symlink

2023-11-05 16:08:31,892:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\old.module-electronic.ru-0003.conf is broken. Skipping.
2023-11-05 16:08:31,892:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\old.module-electronic.ru-0003\cert.pem to be a symlink

2023-11-05 16:08:31,902:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\old.module-electronic.ru-0004.conf is broken. Skipping.
2023-11-05 16:08:31,902:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\old.module-electronic.ru-0004\cert.pem to be a symlink

2023-11-05 16:08:31,912:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\old.module-electronic.ru.conf is broken. Skipping.
2023-11-05 16:08:31,912:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\old.module-electronic.ru\cert.pem to be a symlink

2023-11-05 16:08:31,923:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\smart.module-electronic.ru-0001.conf is broken. Skipping.
2023-11-05 16:08:31,923:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\smart.module-electronic.ru-0001\cert.pem to be a symlink

2023-11-05 16:08:31,934:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\smart.module-electronic.ru-0002.conf is broken. Skipping.
2023-11-05 16:08:31,934:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\smart.module-electronic.ru-0002\cert.pem to be a symlink

2023-11-05 16:08:31,944:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\smart.module-electronic.ru-0003.conf is broken. Skipping.
2023-11-05 16:08:31,945:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\smart.module-electronic.ru-0003\cert.pem to be a symlink

2023-11-05 16:08:31,955:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\smart.module-electronic.ru-0004.conf is broken. Skipping.
2023-11-05 16:08:31,955:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\smart.module-electronic.ru-0004\cert.pem to be a symlink

2023-11-05 16:08:31,965:DEBUG:certbot._internal.cert_manager:Renewal conf file C:\Certbot\renewal\smart.module-electronic.ru.conf is broken. Skipping.
2023-11-05 16:08:31,965:DEBUG:certbot._internal.cert_manager:Traceback was:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\cert_manager.py", line 408, in _search_lineages
    candidate_lineage = storage.RenewableCert(renewal_file, cli_config)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 473, in __init__
    self._check_symlinks()
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\storage.py", line 543, in _check_symlinks
    raise errors.CertStorageError(
certbot.errors.CertStorageError: expected C:\Certbot\live\smart.module-electronic.ru\cert.pem to be a symlink

2023-11-05 16:08:31,968:DEBUG:certbot.display.util:Notifying user: Requesting a certificate for docs.module-electronic.ru
2023-11-05 16:08:32,358:DEBUG:certbot.crypto_util:Generating RSA key (2048 bits): C:\Certbot\keys\0063_key-certbot.pem
2023-11-05 16:08:32,454:DEBUG:certbot.crypto_util:Creating CSR: C:\Certbot\csr\0063_csr-certbot.pem
2023-11-05 16:08:32,456:DEBUG:acme.client:Requesting fresh nonce
2023-11-05 16:08:32,456:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
2023-11-05 16:08:32,466:DEBUG:urllib3.connectionpool:Resetting dropped connection: acme-v02.api.letsencrypt.org
2023-11-05 16:08:32,990:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
2023-11-05 16:08:32,994:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 05 Nov 2023 13:08:33 GMT
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: M1qVDtAvHERUr_oBR1OzgfhwC9GCzIO7FFCSlOBPq67YkiZeABs
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800


2023-11-05 16:08:32,995:DEBUG:acme.client:Storing nonce: M1qVDtAvHERUr_oBR1OzgfhwC9GCzIO7FFCSlOBPq67YkiZeABs
2023-11-05 16:08:32,996:DEBUG:acme.client:JWS payload:
b'{\n  "identifiers": [\n    {\n      "type": "dns",\n      "value": "docs.module-electronic.ru"\n    }\n  ]\n}'
2023-11-05 16:08:33,014:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTMwMzkyODExIiwgIm5vbmNlIjogIk0xcVZEdEF2SEVSVXJfb0JSMU96Z2Zod0M5R0N6SU83RkZDU2xPQlBxNjdZa2laZUFCcyIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvbmV3LW9yZGVyIn0",
  "signature": "UbLs0tvw-R-9i5AZhWHow15dSkj5WQkahHZDD8WkKMOgOqA1sAb9cQf8b5QuzWwJWx49ctHRMn7RiFT114hgbkF-rK-hTN-HrOfxp3BMDbd3fNQHqPfDElKo75GSKjznjBmVR3Dgi16d5i9vQlC0nBJ7eWzdli4ldLFu0xg7z0I4mhGAYrWZZ2MKO4bIsMzDcszSIZ7R09NXCcYsEFtMWTyigoZJcdyTvwkZxJwE6FQMIMykcEkG_Zl5mTNzbjg0KyWMRkfJdYQhz_Kym0zzc6utm5fF0eV9JFLGMBa_VtDYaC8pyBFO5l3gxbrmEfWCWCR7CeajZoGS3V3jiL7OWA",
  "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImRvY3MubW9kdWxlLWVsZWN0cm9uaWMucnUiCiAgICB9CiAgXQp9"
}
2023-11-05 16:08:33,318:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 350
2023-11-05 16:08:33,320:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Date: Sun, 05 Nov 2023 13:08:33 GMT
Content-Type: application/json
Content-Length: 350
Connection: keep-alive
Boulder-Requester: 130392811
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/130392811/220061349586
Replay-Nonce: M1qVDtAvnB14t_Y_LrMF0GUHfcmvPBsbxvsys3Fjez336qp6ItI
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "status": "pending",
  "expires": "2023-11-12T13:08:33Z",
  "identifiers": [
    {
      "type": "dns",
      "value": "docs.module-electronic.ru"
    }
  ],
  "authorizations": [
    "https://acme-v02.api.letsencrypt.org/acme/authz-v3/280836488786"
  ],
  "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/130392811/220061349586"
}
2023-11-05 16:08:33,320:DEBUG:acme.client:Storing nonce: M1qVDtAvnB14t_Y_LrMF0GUHfcmvPBsbxvsys3Fjez336qp6ItI
2023-11-05 16:08:33,321:DEBUG:acme.client:JWS payload:
b''
2023-11-05 16:08:33,334:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/280836488786:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTMwMzkyODExIiwgIm5vbmNlIjogIk0xcVZEdEF2bkIxNHRfWV9Mck1GMEdVSGZjbXZQQnNieHZzeXMzRmplejMzNnFwNkl0SSIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYXV0aHotdjMvMjgwODM2NDg4Nzg2In0",
  "signature": "u-AwIvgnT0L3MeEp8jre8rXVT2NqHA28Kzxjchswe9SFqIKMf-TIa4w2g_8jKHcYqKgSgRkuka83PIu_YVVUWpGRgBltJGdBpnCVubh4QkWuFOH2hPqXpGs_jjYp0SkQVt1LCctR1eaD1JLl-CCru-LniezBvk-OIgIVkQ7KdUZHW_8Nv9M2aZsh9Cm-q-0xs8Avnpq9K1xVcV8DElbo5LRJyJBhgLq8mlEZHGHf6ROT08L0cCgf5eyfdCVPsQeSQVtZ3nWwmc-eUEjj-tEGEVtw1Mf3z4OlWa-Ho-_qo2K3eNNi85f52qmtxgLsTcT3d0F_E4FxEZNt4ltINWxyfg",
  "payload": ""
}
2023-11-05 16:08:33,496:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/280836488786 HTTP/1.1" 200 809
2023-11-05 16:08:33,497:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 05 Nov 2023 13:08:33 GMT
Content-Type: application/json
Content-Length: 809
Connection: keep-alive
Boulder-Requester: 130392811
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: M1qVDtAvkaz4NJhze6sKzkCTuM4H2dlPdxdK1QGvWJc3YOt_yVo
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "docs.module-electronic.ru"
  },
  "status": "pending",
  "expires": "2023-11-12T13:08:33Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/280836488786/yujXiw",
      "token": "oLYffjvaxrMDy599VOIg679X-p-vsZq_LiBGcvyPK68"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/280836488786/GsQj3w",
      "token": "oLYffjvaxrMDy599VOIg679X-p-vsZq_LiBGcvyPK68"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/280836488786/1i3pgQ",
      "token": "oLYffjvaxrMDy599VOIg679X-p-vsZq_LiBGcvyPK68"
    }
  ]
}
2023-11-05 16:08:33,498:DEBUG:acme.client:Storing nonce: M1qVDtAvkaz4NJhze6sKzkCTuM4H2dlPdxdK1QGvWJc3YOt_yVo
2023-11-05 16:08:33,499:INFO:certbot._internal.auth_handler:Performing the following challenges:
2023-11-05 16:08:33,501:INFO:certbot._internal.auth_handler:http-01 challenge for docs.module-electronic.ru
2023-11-05 16:08:33,503:DEBUG:certbot.display.util:Notifying user: Create a file containing just this data:

oLYffjvaxrMDy599VOIg679X-p-vsZq_LiBGcvyPK68.q5yYvnADL0gKeUyvb0PEw6pR_uEq7t76oFkJH1cx3zs

And make it available on your web server at this URL:

http://docs.module-electronic.ru/.well-known/acme-challenge/oLYffjvaxrMDy599VOIg679X-p-vsZq_LiBGcvyPK68

2023-11-05 16:10:54,801:DEBUG:acme.client:JWS payload:
b'{}'
2023-11-05 16:10:54,813:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall-v3/280836488786/yujXiw:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTMwMzkyODExIiwgIm5vbmNlIjogIk0xcVZEdEF2a2F6NE5KaHplNnNLemtDVHVNNEgyZGxQZHhkSzFRR3ZXSmMzWU90X3lWbyIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvY2hhbGwtdjMvMjgwODM2NDg4Nzg2L3l1alhpdyJ9",
  "signature": "rGOeEVYW4_YwMrH-G_iOC97OZEGuPLScJCLdYi9f1OgfurHHzM5y-elr3n97Z4lCFaaWPY0MPzM5Hu-Bii-kq5wybupX7OAu28bN-f_MLJ4DCmlgm2S6vbe28O4Ci_zCeqq-lpsqs06Y7Q3Qh5Iu69GPSYcQAuwWPCytYCfoQNGp3pM119ZxEpYLTX3ZjLF4AUsmJAo_KvhDfQm-rZB8cmA02gKjpbabJOUFDe_CiCX6qlatZHSbPrG1HJ6dXEDmOpadgG9T2Psmv5be4lnarnYw2BaVCWXKQWd7KcgBC7Xw_PPlGbQC3i-xvf46eeiC4pEEcV10QG8tUs5DG03MxQ",
  "payload": "e30"
}
2023-11-05 16:10:54,977:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall-v3/280836488786/yujXiw HTTP/1.1" 200 187
2023-11-05 16:10:54,979:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 05 Nov 2023 13:10:55 GMT
Content-Type: application/json
Content-Length: 187
Connection: keep-alive
Boulder-Requester: 130392811
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz-v3/280836488786>;rel="up"
Location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/280836488786/yujXiw
Replay-Nonce: mEGmtpGSq9-Pop2TgP164ONo72WlUjH4DYQWBp0x8bR___M7CpE
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "type": "http-01",
  "status": "pending",
  "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/280836488786/yujXiw",
  "token": "oLYffjvaxrMDy599VOIg679X-p-vsZq_LiBGcvyPK68"
}
2023-11-05 16:10:54,980:DEBUG:acme.client:Storing nonce: mEGmtpGSq9-Pop2TgP164ONo72WlUjH4DYQWBp0x8bR___M7CpE
2023-11-05 16:10:54,982:INFO:certbot._internal.auth_handler:Waiting for verification...
2023-11-05 16:10:55,990:DEBUG:acme.client:JWS payload:
b''
2023-11-05 16:10:55,998:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/280836488786:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTMwMzkyODExIiwgIm5vbmNlIjogIm1FR210cEdTcTktUG9wMlRnUDE2NE9ObzcyV2xVakg0RFlRV0JwMHg4YlJfX19NN0NwRSIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYXV0aHotdjMvMjgwODM2NDg4Nzg2In0",
  "signature": "CdBbFwgLWPGcRds2JY8RlcffSrtguO2k-7W-j24M1ZnvoDUOtfTnX18GyCX6X2clJbQ02uDYAfAHzPsUd8gYI_bZ6dm_aWSnJ5Kgv948I0rpBHI37_XorThFTcay87hePKIxJ-YwzzRJAKEiPmxvktZUFxXafYy9nLYCq_J26W1YbGB2G3Ar8oBgIu2Rgwk6ZirasW6gydfG1cGssEshcGUtLDUAtxhkTqjRIkYty-v66lcTzGOwzeiYZ695Kqa3EQVKxgfFzNt4a3Qpni82f6rri8Da11P1OFQZ6NVSe4Z8qcoT_9oz4b_1MQiBR1b9SbGZf7DjqV3fXBYNepVL2w",
  "payload": ""
}
2023-11-05 16:10:56,161:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/280836488786 HTTP/1.1" 200 809
2023-11-05 16:10:56,164:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 05 Nov 2023 13:10:56 GMT
Content-Type: application/json
Content-Length: 809
Connection: keep-alive
Boulder-Requester: 130392811
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: mEGmtpGSQRR-uZQD7pQuBZ5JZnWVaYA0WmSHaCHLl3NyDlF_E94
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "docs.module-electronic.ru"
  },
  "status": "pending",
  "expires": "2023-11-12T13:08:33Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/280836488786/yujXiw",
      "token": "oLYffjvaxrMDy599VOIg679X-p-vsZq_LiBGcvyPK68"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/280836488786/GsQj3w",
      "token": "oLYffjvaxrMDy599VOIg679X-p-vsZq_LiBGcvyPK68"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/280836488786/1i3pgQ",
      "token": "oLYffjvaxrMDy599VOIg679X-p-vsZq_LiBGcvyPK68"
    }
  ]
}
2023-11-05 16:10:56,165:DEBUG:acme.client:Storing nonce: mEGmtpGSQRR-uZQD7pQuBZ5JZnWVaYA0WmSHaCHLl3NyDlF_E94
2023-11-05 16:10:59,173:DEBUG:acme.client:JWS payload:
b''
2023-11-05 16:10:59,190:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/280836488786:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTMwMzkyODExIiwgIm5vbmNlIjogIm1FR210cEdTUVJSLXVaUUQ3cFF1Qlo1SlpuV1ZhWUEwV21TSGFDSExsM055RGxGX0U5NCIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYXV0aHotdjMvMjgwODM2NDg4Nzg2In0",
  "signature": "MTpKnHB7id0rBjdMkiFQ35-Vg90vAJt9x9OssMEx0QLh_vHiuDLtQ6FQoARYw-zTlKasYP3a5V2bT9Y-EeJoa0q0iOmn8cYFtkEmMzqqSXpUVI2G11qStT1mlD4UK35BfPomEHV5e35Q72_EAMjkhMs-b4RMCCc_EJlkrhSEYwfUW62325CvE0XTl8aWKfKnKg6hhXrVTZtdebPYdZlDGxAIZ-jzrnVXVCDwbAil4w30TS-OHd2lBDJOIVDGUN0l06giplzoKvWN1rH7Xl_fNHFH4JEbP-rGs68_aPTDE0_ZDb3tV0og3lCbWCGRBwf-NH1uBSKOMKWq529OTPI9ZQ",
  "payload": ""
}
2023-11-05 16:10:59,365:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/280836488786 HTTP/1.1" 200 1074
2023-11-05 16:10:59,367:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 05 Nov 2023 13:10:59 GMT
Content-Type: application/json
Content-Length: 1074
Connection: keep-alive
Boulder-Requester: 130392811
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: M1qVDtAvqkt8mENmtrfhOWoHtCcxaxdUTWICsv0zuK4C6jn_Vxw
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "docs.module-electronic.ru"
  },
  "status": "invalid",
  "expires": "2023-11-12T13:08:33Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "invalid",
      "error": {
        "type": "urn:ietf:params:acme:error:connection",
        "detail": "91.189.114.19: Fetching http://docs.module-electronic.ru/.well-known/acme-challenge/oLYffjvaxrMDy599VOIg679X-p-vsZq_LiBGcvyPK68: Connection reset by peer",
        "status": 400
      },
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/280836488786/yujXiw",
      "token": "oLYffjvaxrMDy599VOIg679X-p-vsZq_LiBGcvyPK68",
      "validationRecord": [
        {
          "url": "http://docs.module-electronic.ru/.well-known/acme-challenge/oLYffjvaxrMDy599VOIg679X-p-vsZq_LiBGcvyPK68",
          "hostname": "docs.module-electronic.ru",
          "port": "80",
          "addressesResolved": [
            "91.189.114.19"
          ],
          "addressUsed": "91.189.114.19"
        }
      ],
      "validated": "2023-11-05T13:10:55Z"
    }
  ]
}
2023-11-05 16:10:59,367:DEBUG:acme.client:Storing nonce: M1qVDtAvqkt8mENmtrfhOWoHtCcxaxdUTWICsv0zuK4C6jn_Vxw
2023-11-05 16:10:59,369:INFO:certbot._internal.auth_handler:Challenge failed for domain docs.module-electronic.ru
2023-11-05 16:10:59,369:INFO:certbot._internal.auth_handler:http-01 challenge for docs.module-electronic.ru
2023-11-05 16:10:59,372:DEBUG:certbot.display.util:Notifying user: 
Certbot failed to authenticate some domains (authenticator: manual). The Certificate Authority reported these problems:
  Domain: docs.module-electronic.ru
  Type:   connection
  Detail: 91.189.114.19: Fetching http://docs.module-electronic.ru/.well-known/acme-challenge/oLYffjvaxrMDy599VOIg679X-p-vsZq_LiBGcvyPK68: Connection reset by peer

Hint: The Certificate Authority failed to verify the manually created challenge files. Ensure that you created these in the correct location.

2023-11-05 16:10:59,446:DEBUG:certbot._internal.error_handler:Encountered exception:
Traceback (most recent call last):
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\auth_handler.py", line 93, in handle_authorizations
    self._poll_authorizations(authzrs, max_retries, best_effort)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\auth_handler.py", line 181, in _poll_authorizations
    raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.

2023-11-05 16:10:59,446:DEBUG:certbot._internal.error_handler:Calling registered functions
2023-11-05 16:10:59,446:INFO:certbot._internal.auth_handler:Cleaning up challenges
2023-11-05 16:10:59,448:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
  File "runpy.py", line 194, in _run_module_as_main
  File "runpy.py", line 87, in _run_code
  File "C:\Program Files (x86)\Certbot\bin\certbot.exe\__main__.py", line 29, in <module>
    sys.exit(main())
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\main.py", line 15, in main
    return internal_main.main(cli_args)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\main.py", line 1574, in main
    return config.func(config, plugins)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\main.py", line 1435, in certonly
    lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\main.py", line 128, in _get_and_save_cert
    lineage = le_client.obtain_and_enroll_certificate(domains, certname)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\client.py", line 445, in obtain_and_enroll_certificate
    cert, chain, key, _ = self.obtain_certificate(domains)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\client.py", line 375, in obtain_certificate
    orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\client.py", line 425, in _get_order_and_authorizations
    authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\auth_handler.py", line 93, in handle_authorizations
    self._poll_authorizations(authzrs, max_retries, best_effort)
  File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\auth_handler.py", line 181, in _poll_authorizations
    raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.
2023-11-05 16:10:59,490:ERROR:certbot._internal.log:Some challenges have failed.

The Let's Encrypt server is not being allowed a connection for the HTTP Challenge request.

And, I got the same "reset by peer" error for a request to your "home" page. But, my second and third attempts succeeded.

Are you modifying your firewall or similar right now?

Because I got similar failures with Let's Debug tests. My first test had two "reset" failures and the next request just the Let's Encrypt Staging test failed.

When I reached your domain the server response came from an "openresty" server. You describe yours as Apache.

Is the public IP in your DNS still correct for your domain?

4 Likes

Just adding ... I tried your "home" page from my own test server just now and got the same inconsistent results. Something is interfering with connections on your end. We have seen similar patterns rarely in the past and these can be difficult to find. You should start by talking with your ISP if you are sure your own equipment is not at fault. Make sure to check your firewalls, routers, and any other equipment handling comms

Look especially for any firewall type setting blocking "bots" or unknown browsers.

These 3 requests were made in quick succession

curl -i docs.module-electronic.ru
curl: (56) Recv failure: Connection reset by peer

curl -i docs.module-electronic.ru
curl: (56) Recv failure: Connection reset by peer

curl -i docs.module-electronic.ru
HTTP/1.1 404 Not Found
Server: openresty
Date: Sun, 05 Nov 2023 16:45:22 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 48773
Connection: keep-alive
Vary: Accept-Encoding
Accept-Ranges: bytes
2 Likes

There seems to be a reoccurring symlink problem:

expected C:\Certbot\live\docs.module-electronic.ru\cert.pem to be a symlink
expected C:\Certbot\live\docs.module-electronic.ru-0001\cert.pem to be a symlink
expected C:\Certbot\live\docs.module-electronic.ru-0002\cert.pem to be a symlink
expected C:\Certbot\live\docs.module-electronic.ru-0003\cert.pem to be a symlink
expected C:\Certbot\live\docs.module-electronic.ru-0004\cert.pem to be a symlink
expected C:\Certbot\live\module-electronic.ru\cert.pem to be a symlink
expected C:\Certbot\live\module-electronic.ru-0001\cert.pem to be a symlink
expected C:\Certbot\live\new.module-electronic.ru\cert.pem to be a symlink
expected C:\Certbot\live\new.module-electronic.ru-0001\cert.pem to be a symlink
expected C:\Certbot\live\new.module-electronic.ru-0002\cert.pem to be a symlink
expected C:\Certbot\live\new.module-electronic.ru-0003\cert.pem to be a symlink
expected C:\Certbot\live\new.module-electronic.ru-0004\cert.pem to be a symlink
expected C:\Certbot\live\new.module-electronic.ru-0005\cert.pem to be a symlink
expected C:\Certbot\live\nikaeng.ru\cert.pem to be a symlink
expected C:\Certbot\live\nikaeng.ru-0001\cert.pem to be a symlink
expected C:\Certbot\live\nikaeng.ru-0002\cert.pem to be a symlink
expected C:\Certbot\live\nikaeng.ru-0003\cert.pem to be a symlink
expected C:\Certbot\live\nikaeng.ru-0004\cert.pem to be a symlink
expected C:\Certbot\live\old.module-electronic.ru\cert.pem to be a symlink
expected C:\Certbot\live\old.module-electronic.ru-0001\cert.pem to be a symlink
expected C:\Certbot\live\old.module-electronic.ru-0002\cert.pem to be a symlink
expected C:\Certbot\live\old.module-electronic.ru-0003\cert.pem to be a symlink
expected C:\Certbot\live\old.module-electronic.ru-0004\cert.pem to be a symlink
expected C:\Certbot\live\smart.module-electronic.ru\cert.pem to be a symlink
expected C:\Certbot\live\smart.module-electronic.ru-0001\cert.pem to be a symlink
expected C:\Certbot\live\smart.module-electronic.ru-0002\cert.pem to be a symlink
expected C:\Certbot\live\smart.module-electronic.ru-0003\cert.pem to be a symlink
expected C:\Certbot\live\smart.module-electronic.ru-0004\cert.pem to be a symlink

And an HTTP connection problem:

"detail": "91.189.114.19: Fetching http://docs.module-electronic.ru/.well-known/acme-challenge/oLYffjvaxrMDy599VOIg679X-p-vsZq_LiBGcvyPK68: Connection reset by peer",

3 Likes

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