problem with ssl

Discussion in 'Installation/Configuration' started by max_world77, Mar 19, 2022.

  1. max_world77

    max_world77 New Member

    2022-03-19 17:51:56,169:DEBUG:acme.client:Storing nonce: 0101sWW9L9a98DwJtZVT1AKwpZsdfLXJEmHnXYPkma2x-Rk
    2022-03-19 17:51:56,170:DEBUG:certbot.reporter:Reporting to user: The following errors were reported by the server:

    Domain: smpp.bolbol-ye.com
    Type: None
    Detail: DNS problem: query timed out looking up A for smpp.bolbol-ye.com; DNS problem: query timed out looking up AAAA for smpp.bolbol-ye.com
    2022-03-19 17:51:56,172:DEBUG:certbot.error_handler:Encountered exception:
    Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 82, in handle_authorizations
    self._respond(aauthzrs, resp, best_effort)
    File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 168, in _respond
    self._poll_challenges(aauthzrs, chall_update, best_effort)
    File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 239, in _poll_challenges
    raise errors.FailedChallenges(all_failed_achalls)
    certbot.errors.FailedChallenges: Failed authorization procedure. smpp.bolbol-ye.com (http-01): urn:ietf:params:acme:error:dns :: DNS problem: query timed out looking up A for smpp.bolbol-ye.com; DNS problem: query timed out looking up AAAA for smpp.bolbol-ye.com

    2022-03-19 17:51:56,172:DEBUG:certbot.error_handler:Calling registered functions
    2022-03-19 17:51:56,173:INFO:certbot.auth_handler:Cleaning up challenges
    2022-03-19 17:51:56,173:DEBUG:certbot.plugins.webroot:Removing /usr/local/ispconfig/interface/acme/.well-known/acme-challenge/lljG_O1eykoCG3HOhDwvRsaT6NtWR21bL0pPWHdgZ_U
    2022-03-19 17:51:56,173:DEBUG:certbot.plugins.webroot:All challenges cleaned up
    2022-03-19 17:51:56,174:DEBUG:certbot.log:Exiting abnormally:
    Traceback (most recent call last):
    File "/usr/bin/certbot", line 11, in <module>
    load_entry_point('certbot==0.31.0', 'console_scripts', 'certbot')()
    File "/usr/lib/python3/dist-packages/certbot/main.py", line 1365, in main
    return config.func(config, plugins)
    File "/usr/lib/python3/dist-packages/certbot/main.py", line 1250, in certonly
    lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
    File "/usr/lib/python3/dist-packages/certbot/main.py", line 121, in _get_and_save_cert
    lineage = le_client.obtain_and_enroll_certificate(domains, certname)
    File "/usr/lib/python3/dist-packages/certbot/client.py", line 410, in obtain_and_enroll_certificate
    cert, chain, key, _ = self.obtain_certificate(domains)
    File "/usr/lib/python3/dist-packages/certbot/client.py", line 353, in obtain_certificate
    orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
    File "/usr/lib/python3/dist-packages/certbot/client.py", line 389, in _get_order_and_authorizations
    authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
    File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 82, in handle_authorizations
    self._respond(aauthzrs, resp, best_effort)
    File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 168, in _respond
    self._poll_challenges(aauthzrs, chall_update, best_effort)
    File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 239, in _poll_challenges
    raise errors.FailedChallenges(all_failed_achalls)
    certbot.errors.FailedChallenges: Failed authorization procedure. smpp.bolbol-ye.com (http-01): urn:ietf:params:acme:error:dns :: DNS problem: query timed out looking up A for smpp.bolbol-ye.com; DNS problem: query timed out looking up AAAA for smpp.bolbol-ye.com
    2022-03-19 17:51:56,685:DEBUG:certbot.main:certbot version: 0.31.0
    2022-03-19 17:51:56,685:DEBUG:certbot.main:Arguments: ['--domains', 'smpp.bolbol-ye.com']
    2022-03-19 17:51:56,685:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
    2022-03-19 17:51:56,693:DEBUG:certbot.log:Root logging level set at 20
    2022-03-19 17:51:56,694:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Seems as if the domain smpp.bolbol-ye.com is not configured correctly in DNS. Add a DNS A-Record for smpp.bolbol-ye.com pointing to the IP address of the server.
     
  3. max_world77

    max_world77 New Member

    it's already there A record
     
  4. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    It may take sometimes to propagate.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    The error message says that there is neither an A nor AAAA record, so you should check that again. LE will not work unless LE servers are able to find the record.
     

Share This Page