Invalid response - it's fetching index.php

I'm running Certbot 1.7 on Debian.

I run

certbot --nginx -d bigimprov.org.uk -d www.bigimprov.org.uk

and get

  • The following errors were reported by the server:

    Domain: bigimprov.org.uk
    Type: unauthorized
    Detail: Invalid response from http://www.bigimprov.org.uk
    [185.157.233.135]: "\n<html
    lang="en">\n\n\nThe Bradford Improv Group. Classes,
    Shows, Comedy, Drama. Meet new people, try n"

I have SSH access. This is the only site I'm having this issue with; the others worked first time. I've created /.well-known/acme-challenge/test to see if that will help, but still the same issue.

Thanks.

1 Like

Hi @gedq

your configuration looks buggy, see https://check-your-website.server-daten.de/?q=bigimprov.org.uk

Your non-www has two different ip addresses:

Host Type IP-Address is auth. ∑ Queries ∑ Timeout
bigimprov.org.uk A 185.157.233.135 Woodford Green/England/United Kingdom (GB) - QuickPacket, LLC Hostname: brown.netweaver.co.uk yes 1 0
A 192.64.119.100 Newark/New Jersey/United States (US) - Namecheap No Hostname found yes 1 0
AAAA yes
www.bigimprov.org.uk A 185.157.233.135 Woodford Green/England/United Kingdom (GB) - QuickPacket, LLC Hostname: brown.netweaver.co.uk yes 1 0
AAAA yes

one in GB, one in US.

And different answers:

Domainname Http-Status redirect Sec. G
http://bigimprov.org.uk/ 192.64.119.100 302 http://www.bigimprov.org.uk Html is minified: 104,17 % 0.344 D
http://bigimprov.org.uk/ 185.157.233.135 No GZip used - 1455 / 2063 - 70,53 % possible 200 Html is minified: 125,18 % 0.060 H
http://www.bigimprov.org.uk/ 185.157.233.135 No GZip used - 1455 / 2063 - 70,53 % possible 200 Html is minified: 125,18 % 0.063 H

The 192 + non-www has a redirect, the 185 not.

Looks like one ip address is wrong.

So remove the wrong ip address.

2 Likes

Apparently this has now been corrected.

But it seems they are testing with production; as two certs have been issued with independent names on them.
#1 image
#2 image
NOT together as shown on the original post:

1 Like

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