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: basiq.ca + two subdomains: paul.basiq.ca, bi.basiq.ca
I ran this command: ./letsencrypt-auto certonly --standalone -d basiq.ca -d www.basiq.ca -d paul.basiq.ca -d bi.basiq.ca
It produced this output (same for the other three):
Domain: basiq.ca
Type: unauthorized
Detail: Invalid response from
http://basiq.ca/.well-known/acme-challenge/QRcVR0p_SvsgMpaqQsjPaDb4U4v1t2wXLgMPI1X-KOE
[66.96.147.115]: "\r\n\r\n\r\n \r\n
My web server is (include version): apache2.4 behind nginx as reverse proxy
The operating system my web server runs on is (include version): OEL 7.9
My hosting provider, if applicable, is: iPage
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): 0.38.0
I have a domain name basiq.ca with iPage. Also two subdomains: paul.basiq.ca and bi.basiq.ca
All three are redirected to: basiq.dyndns.org
paul.basiq.dyndns.org
bi.basiq.dyndns.org
IPage configuration:
- CNAME alias is empty (when I tried to create for the three of them their CNAME, I eas impossible to reach me server.
- A Record: Host Poins To:
paul 66.96.147.115
basiq.ca 66.96.147.115
bi 66.96.147.115
I have nothing on their site, all is hosted on my Apache server behind a nginx reverse proxy (and all is working well).
I don’t know what to do, what can be the next step to resolve this problem. Thank you.