I have this probably easy problem:
I’m trying to use bncert-tool
on my aws wordpress website machine. I transferred my domain from elsewhere to aws, made an hosted zone, also the static ip address.
nslookup
works, writing the right ip.
Reading this answer i went to www.whatsmydns.net and every query gets an almost all green lights.
Trying to simply reach the website with a browser works: i can see my website normally (except that tls warning).
Can you help me with this? Thank you all.
2
Answers
I resolved this by confirming by myself that everyting was ok, than executing the command setting it to not perfom dns and ip validation.
This can happen because your hostname resolves to an IPv6 address which is not supported by Bitnami. If
getent hosts <domain>
shows an IPv6 address, this is most likely the problem.Temporarily remove the IPV6 records from your DNS records and you should be able to run the tool.