Failed Authorization Procedure Error

Hello!

Domain: scandecor.ca – Which currently has an SSL assigned to it already.

This is my current problem:

Failed authorization procedure. scandecor.ca (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://scandecor.ca/.well-known/acme-challenge/rBIIJP4SjE5P4ArNmgF0cI4kL_GZJ6xxY2VwH5TLoSA: "<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>404 Not Found</title>
    </head><body>
    <h1>Not Found</h1>
    <p"

    IMPORTANT NOTES:
     - The following errors were reported by the server:

       Domain: scandecor.ca
       Type:   unauthorized
       Detail: Invalid response from
       http://scandecor.ca/.well-known/acme-challenge/rBIIJP4SjE5P4ArNmgF0cI4kL_GZJ6xxY2VwH5TLoSA:
       "<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
       <html><head>
       <title>404 Not Found</title>
       </head><body>
       <h1>Not Found</h1>
       <p"

       To fix these errors, please make sure that your domain name was
       entered correctly and the DNS A record(s) for that domain
       contain(s) the right IP address.

I am running on CentOS 6, with Apache. We host multiple websites on the same webserver.

I ran this line: ./certbot-auto -a webroot -d scandecor.ca certonly --webroot-path /home/scandeco/

Are you sure that /home/scandeco/ is correct for the webroot, not something like /home/scandeco/public_html/

You’re absolutely correct. I’ll chalk that up to it being a Wednesday. :stuck_out_tongue:

Thanks!

/home/scandeco/public_html/ was the correct path.

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