Getting CHALLENGE FAILED

I always try to do the reload

1 Like

graceful is the friendly reload :grin:

1 Like

what if I did a wildcard for covenantjourney.org

1 Like

Let's try this again. I expect no difference yet:

sudo certbot certonly --webroot -w /var/www/html/webroot -d "dashboard.covenantjourney.org" --dry-run

1 Like

i did that ... same difference :frowning:

1 Like

You could use a wildcard, but that would require DNS validation, which can be very annoying to automate.

1 Like

So who's hijacking the request? :thinking: Can you upload a copy of the main apache conf with a txt extension?

apache.txt (7.4 KB)
it's pretty generic

1 Like

Thanks. Taking a look. I've also made many more eyes aware of this topic.

1 Like

oh dear ... I am also texting the people involved with the software that is on the other end of apache to see if they are redirecting.

1 Like

You're positive there's no .htaccess file in either /var/www/html or /var/www/html/webroot?

1 Like

Has this file been shown?
[long thread]

1 Like

there is no .htaccess in /var/www/html
but there is one in webroot:

RewriteEngine on RewriteRule ^wpad.dat$ http://127.0.0.1/ [R=301,L,E=nolog:1] RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php [QSA,L]
1 Like

Yep.

1 Like

Has apache been fully stopped and restarted?
[you must check for running processes after stopping it - if any remain, kill them]

1 Like

Can you upload that htaccess with a .txt extension and no period at the beginning?

1 Like

Yep. A graceful reload was performed.

That's not a full kill though, but it's a very busy server with many websites.

1 Like

htaccess.txt (269 Bytes)

1 Like

Yeah everyone says that.
No one is too busy to stop and fix what's broken!

1 Like

The htaccess file looks straightforward. Just a single file redirect and a directory to index redirect, both only when using https.

1 Like