Hi,
recently I can no longer validate domains, with older projects that have already been successfully validated, this error now occurs occasionally when renewing.
I could not find a solution because I did everything necessary to issue a certificate.
so I experimented a little and for me the vHost header of my apache configuration file had to be changed.
VirtualHost *:80
to
VirtualHost MY_IP_ADDR:80
I hope this can help someone who has the same problem.
CU@ALL