No Valid IP Address found

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. crt.sh | 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: meet.nodokter.com

I ran this command: sudo /usr/share/jitsi-meet/scripts/install-letsencrypt-cert.sh

It produced this output:

My web server is (include version): Google Cloud Ubuntu 20.04

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

My hosting provider, if applicable, is: Google Cloud

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

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): certbot 0.40.0

Yes domain has A record

Hi @sam_nodokter and welcome to the LE community forum :slight_smile:

Sadly global DNS systems disagree with you (including CloudFlare):

nslookup meet.nodokter.com 8.8.8.8
Server:  dns.google
Address:  8.8.8.8
Name:    meet.nodokter.com


nslookup meet.nodokter.com 1.0.0.1
Server:  one.one.one.one
Address:  1.0.0.1
Name:    meet.nodokter.com

Including zone authoritative servers:

nslookup -q=ns nodokter.com 1.0.0.1
Server:  one.one.one.one
Address:  1.0.0.1
nodokter.com    nameserver = hunts.ns.cloudflare.com
nodokter.com    nameserver = christina.ns.cloudflare.com

nslookup meet.nodokter.com hunts.ns.cloudflare.com
Server:  hunts.ns.cloudflare.com
Address:  172.64.35.46
*** hunts.ns.cloudflare.com can't find meet.nodokter.com: Non-existent domain

nslookup meet.nodokter.com christina.ns.cloudflare.com
Server:  christina.ns.cloudflare.com
Address:  172.64.34.193
*** christina.ns.cloudflare.com can't find meet.nodokter.com: Non-existent domain

As you are hosting your server with Google Cloud I think you perhaps setup this zone in Google Cloud DNS but have not updated the domain's nameservers with your registrar to point to google cloud dns nameservers. Note that you don't have to move it from cloudflare but you do need an A record to point to your server IP address:

dig @ns-cloud-a1.googledomains.com -t A meet.nodokter.com


;; ANSWER SECTION:
meet.nodokter.com.      300     IN      A       34.101.173.169
3 Likes


This is what is shown to me on google cloud

Oh...I'll update it with BlueHost and Cloudflare

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