I have this problem whenever I try to install let's encrypt:
docteur-aoun.com: Domain could not be validated, error message: error type: urn:ietf:params:acme:error:unauthorized, error detail: 2a02:4780:27:1068:0:322e:6f2f:3: Invalid response from http://docteur-aoun.com/.well-known/acme-challenge/nn8xgAgrf94mzIaa9pYtDYAxs1uiCz1U_dV1S-QIfpg: 404
My VPS features:
My server is running: nginx My domain is:docteur-aoun.com PHP version: 7.4 OS: Ubuntu 22.04
docteur-aoun.com: Domain could not be validated, error message: error type: urn:ietf:params:acme:error:unauthorized, error detail: 2a02:4780:28:e1f::1: Invalid response from http://docteur-aoun.com/.well-known/acme-challenge/oRpqsNRPX8JfRwR9gsSehMw481bK-GpeI8X57cUobn4: 404
create the path: mkdir -p /home/docteur-aoun/htdocs/docteur-aoun.com/public_html/.well-known/acme-challenge/
place a sample test file in the expected challenge location: echo "testing" > /home/docteur-aoun/htdocs/docteur-aoun.com/public_html/.well-known/acme-challenge/Test_File-1234
verify access to the test file: curl -4 http://docteur-aoun.com/.well-known/acme-challenge/Test_File-1234 curl -6 http://docteur-aoun.com/.well-known/acme-challenge/Test_File-1234
What could be the cause for failed validations, because I have another domain before this one and has been validated smoothly without any issues what so ever.