Hi today I added a site to my server but I can't certicate it my ispconfig is version 3.2.2 apache Centos 7 I can't certify any site letsencrypt log: Code: 2021-01-27 10:33:53,550:DEBUG:certbot._internal.main:certbot version: 1.9.0 2021-01-27 10:33:53,550:DEBUG:certbot._internal.main:Arguments: ['--cert-name', 'encuesta.plantinera.semillasaltue.cl'] 2021-01-27 10:33:53,550:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) 2021-01-27 10:33:53,560:DEBUG:certbot._internal.log:Root logging level set at 20 2021-01-27 10:33:53,560:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log 2021-01-27 10:33:53,561:DEBUG:certbot._internal.log:Exiting abnormally: Traceback (most recent call last): File "/bin/certbot", line 9, in <module> load_entry_point('certbot==1.9.0', 'console_scripts', 'certbot')() File "/usr/lib/python2.7/site-packages/certbot/main.py", line 15, in main return internal_main.main(cli_args) File "/usr/lib/python2.7/site-packages/certbot/_internal/main.py", line 1362, in main return config.func(config, plugins) File "/usr/lib/python2.7/site-packages/certbot/_internal/main.py", line 1011, in delete cert_manager.delete(config) File "/usr/lib/python2.7/site-packages/certbot/_internal/cert_manager.py", line 94, in delete storage.delete_files(config, certname) File "/usr/lib/python2.7/site-packages/certbot/_internal/storage.py", line 320, in delete_files renewal_filename = renewal_file_for_certname(config, certname) File "/usr/lib/python2.7/site-packages/certbot/_internal/storage.py", line 54, in renewal_file_for_certname "{1}).".format(certname, path)) CertStorageError: No certificate found with name encuesta.plantinera.semillasaltue.cl (expected /etc/letsencrypt/renewal/encuesta.plantinera.semillasaltue.cl.conf). 2021-01-27 10:33:53,561:ERROR:certbot._internal.log:No certificate found with name encuesta.plantinera.semillasaltue.cl (expected /etc/letsencrypt/renewal/encuesta.plantinera.semillasaltue.cl.conf).
[QUOTE = "Th0m, publicación: 417079, miembro: 164142"] https://www.howtoforge.com/community/threads/lets-encrypt-error-faq.74179/ [/ QUOTE] I installed the latest version 3.2.2 yesterday, in the previous version everything worked fine
I still have problems /var/log/letsencrypt/letsencrypt.log Code: 2021-01-27 14:41:49,951:INFO:certbot._internal.auth_handler:Cleaning up challenges 2021-01-27 14:42:35,363:DEBUG:certbot._internal.log:Exiting abnormally: Traceback (most recent call last): File "/usr/bin/certbot", line 9, in <module> load_entry_point('certbot==1.9.0', 'console_scripts', 'certbot')() File "/usr/lib/python2.7/site-packages/certbot/main.py", line 15, in main return internal_main.main(cli_args) File "/usr/lib/python2.7/site-packages/certbot/_internal/main.py", line 1362, in main return config.func(config, plugins) File "/usr/lib/python2.7/site-packages/certbot/_internal/main.py", line 1108, in run certname, lineage) File "/usr/lib/python2.7/site-packages/certbot/_internal/main.py", line 122, in _get_and_save_cert lineage = le_client.obtain_and_enroll_certificate(domains, certname) File "/usr/lib/python2.7/site-packages/certbot/_internal/client.py", line 418, in obtain_and_enroll_certificate cert, chain, key, _ = self.obtain_certificate(domains) File "/usr/lib/python2.7/site-packages/certbot/_internal/client.py", line 351, in obtain_certificate orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names) File "/usr/lib/python2.7/site-packages/certbot/_internal/client.py", line 398, in _get_order_and_authorizations authzr = self.auth_handler.handle_authorizations(orderr, best_effort) File "/usr/lib/python2.7/site-packages/certbot/_internal/auth_handler.py", line 91, in handle_authorizations self._poll_authorizations(authzrs, max_retries, best_effort) File "/usr/lib/python2.7/site-packages/certbot/_internal/auth_handler.py", line 180, in _poll_authorizations raise errors.AuthorizationError('Some challenges have failed.') AuthorizationError: Some challenges have failed. 2021-01-27 14:42:35,364:ERROR:certbot._internal.log:Some challenges have failed.
You'll get some more details when you follow the above mentioned faq to run under debug mode (if you haven't already solved the issue by checking things right in the faq).