Dear Support
I have 2 servers set up.
Server 1, hosts flowwup.com, which has a certificate and the HTTPS works perfectly fine
Server 2, hosts the wildcard subdomain flowwup.com (e.g. admin.flowwup.com or anything.flowwup.com) but I can't get https working on it.
My domain is: flowwup.com
I ran this command on my subdomain server (server 2): sudo certbot
With the aim of activating HTTPS for the wildcard subdomain
It produced this output:
sudo certbot
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Which names would you like to activate HTTPS for?
1: flowwup.com
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel): 1
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for flowwup.com
Waiting for verification...
Challenge failed for domain flowwup.com
http-01 challenge for flowwup.com
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: flowwup.com
Type: unauthorized
Detail: Invalid response from
https://flowwup.com/.well-known/acme-challenge/ZQdrCYnjLOYHmfa0W_Bbt0AGIWzxQ3uPPiRU2kLVwMM
[165.227.107.80]: "\n<html
lang="en-US">\n\n<meta charset="UTF-8">\n<meta
name="viewport" content="width=device-width, initial-sca"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):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is: DigitalOcean
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): No
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 0.40.0
If I run certbot certificates, I get the following:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Found the following certs:
Certificate Name: flowwup.com
Domains: *.flowwup.com
Expiry Date: 2021-11-05 10:14:47+00:00 (VALID: 74 days)
Certificate Path: /etc/letsencrypt/live/flowwup.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/flowwup.com/privkey.pem
As far as I can tell, the certificates looks like they've been installed correctly but I'm struggling to get https working on the subdomain server.
Thanks