Multiple Certificates but still HTTP error

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: library.chuo.fm

I ran this command: certbot renew

It produced this output:
"
2 renew failure(s), 0 parse failure(s)

IMPORTANT NOTES:

  • The following errors were reported by the server:

    Domain: chuo.fm
    Type: unauthorized
    Detail: Invalid response from
    http://chuo.fm/.well-known/acme-challenge/QvbJP2i4qUMEUF9awE-HmVTDbDwhRV35lsfExJYoJzo
    [52.2.146.86]: “\n\n404 Not
    Found\n\n

    Not Found

    \n<p”

    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.

  • The following errors were reported by the server:

    Domain: chuo.fm
    Type: unauthorized
    Detail: Invalid response from
    http://chuo.fm/.well-known/acme-challenge/mDn2hGPDBW3gfDNqPeOdCm748H4xwvEI3h28xfoZBpw
    [52.2.146.86]: “\n\n404 Not
    Found\n\n

    Not Found

    \n<p”

    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.
    "
    My web server is (include version): Nginx

The operating system my web server runs on is (include version): Linux

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don’t know):yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel):

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot):0.31.0

So this is a unique situation. Our company has 2 websites and one of them was recently shifted to another server (chuo.fm). But the other one (library.chuo.fm/biblio.chuo.fm)
is still on the old server. So a couple days ago when i received the email reminder my cert is about to expire I tried renewing but wasn’t successful. So i think i created a new certificate.
Right now the library.chuo.fm site is not working. Can anyone help me with this please !

1 Like

Please show the output of:
certbot certificates
nginx -t

1 Like

This conflicts with:
curl -Iki http://chuo.fm/
HTTP/1.1 301 Moved Permanently
Date: Sat, 07 Dec 2019 02:24:36 GMT
Server: Apache/2.4.41 (Ubuntu)
Set-Cookie: PHPSESSID=cp9okejbmvltvarh84kp893gg2; path=/
Expires: Sat, 07 Dec 2019 03:24:37 GMT
Cache-Control: max-age=3600
Pragma: no-cache
Set-Cookie: wfvt_4046114880=5deb0d656b783; expires=Sat, 07-Dec-2019 02:54:37 GMT; Max-Age=1800; path=/; HttpOnly
Location: https://chuo.fm/
Content-Type: text/html; charset=UTF-8

1 Like

This is also a bit confusing:

Name:    chuo.fm
Address:  52.2.146.86

Name:    www.chuo.fm
Address:  167.114.113.15
1 Like

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