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.
While we wait for IP ban status (@lestaff), let's have a look at these outputs: echo | openssl s_client -connect acme-v02.api.letsencrypt.org:443 | head curl -I https://acme-v02.api.letsencrypt.org/directory curl -6 ifconfig.co certbot --version
Well... it all looks like I expected except I thought it was using certbot which it isn't.
But that means (since you can reach the /directory) that your IP is probably NOT being blocked.
So... what could be the problem?
I think it might have to do with the ACME client OR something in the O/S [like: curl].
Then let's check on those:
Which ACME client does it use?
[maybe something like auto-ssl]
What version of curl does it have? curl --version
and while we're there... apt install ca-certificates
[show that output]
root@totoro:~# apt install ca-certificates
Reading package lists... Done
Building dependency tree
Reading state information... Done
ca-certificates is already the newest version (20210119~20.04.2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Other guys lamenting same issue with Ubuntu 20, on other mine VPS i've the same server configuration with no issue.
Thanks!
Also everything was updated to lastest.
But, your curl -6 ifconfig.co could not reach that site and it should if IPv6 were working well.
Try curl -4 ifconfig.co to confirm you can reach that site at all. It is just a simple site that returns the public IP of requester which should match your DNS.
Too funny! Those IPs aren't even on the same continent.
[I suppose the AAAA address is just old information that got overlooked during their last HSP change]
ipv6 address is working too, also i've tried both to change nameserver service (only for this domain, now is cloudflare without any proxy) and remove ipv6 on vps. Nothing to do.
I cannot reach your site with IPv6 (not http or https) (US based). Both timeout.
curl -6 http://kalsaartdistrict.com
curl -6 https://kalsaartdistrict.com
curl: (28) Failed to connect to kalsaartdistrict.com port 443: Connection timed out
And, your earlier attempt to use IPv6 with curl to reach ifconfig.co failed. So, IPv6 outbound does not seem to work.