Here are the LE log:
Domain: www.developmentscout.org
Type: connection
Detail: Fetching https://www.developmentscout.com/.well-known/acme-challenge/oM1m6YmnfI51xxobui8rP1qSQoXRZYJLFIqQJa-rmDE: Timeout during connect (likely firewall problem)
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. Additionally, please check that your computer has a publicly routable IP address and that no firewalls are preventing the server from communicating with the client. If you're using the webroot plugin, you should also verify that you are serving files from the webroot path you provided.
2021-09-08 22:51:43,719: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. www.developmentscout.org (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching https://www.developmentscout.com/.well-known/acme-challenge/oM1m6YmnfI51xxobui8rP1qSQoXRZYJLFIqQJa-rmDE: Timeout during connect (likely firewall problem)
2021-09-08 22:51:43,720:DEBUG:certbot.error_handler:Calling registered functions
2021-09-08 22:51:43,720:INFO:certbot.auth_handler:Cleaning up challenges
2021-09-08 22:51:43,720:DEBUG:certbot.plugins.webroot:Removing /var/www/vhosts/developmentscout.com/htdocs/.well-known/acme-challenge/oM1m6YmnfI51xxobui8rP1qSQoXRZYJLFIqQJa-rmDE
2021-09-08 22:51:43,721:DEBUG:certbot.plugins.webroot:All challenges cleaned up
2021-09-08 22:51:43,721: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. www.developmentscout.org (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching https://www.developmentscout.com/.well-known/acme-challenge/oM1m6YmnfI51xxobui8rP1qSQoXRZYJLFIqQJa-rmDE: Timeout during connect (likely firewall problem)
Have only deleted the IPv6 stuff for the *.org domain, NOT for *.com in the Zone files. Would this be a mistake?