How to fix "Failed authorization procedure"??

Hello again. I’m trying to set ssl cert on debian 10 with nginx via certbot
after selecting the desired domain name and vhost I recieved such error message:

Failed authorization procedure. jouve-corp.fr (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://www.jouve-corp.fr [213.186.33.5]: “<html xml:lang=“fr-FR” lang=“fr-FR”>\n\n<title qtlid=“28806”>F\xe9licitations ! Votre domaine a bien \xe9t\xe9 cr\xe9\xe9 chez OVH !</”

IMPORTANT NOTES:

  • The following errors were reported by the server:

    Domain: jouve-corp.fr
    Type: unauthorized
    Detail: Invalid response from http://www.jouve-corp.fr
    [213.186.33.5]: “<html xml:lang=“fr-FR”
    lang=“fr-FR”>\n\n<title qtlid=“28806”>Félicitations !
    Votre domaine a bien été créé chez OVH !</”

    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.
    Please tell, what should I check and fix?

Hi @Firefury

there is a check of your domain, ~~20 minutes old - https://check-your-website.server-daten.de/?q=jouve-corp.fr

There you see the problem.

Checking a file in /.well-known/acme-challenge/random-filename there is a redirect to /. So Letsencrypt can't see the validation file.

Remove that wrong redirect.

How can I remove this?

Thanks !

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.