HTTP Challenge is failing for certificate creation

I am getting below error while procuring a certificate, can some one help with the cause of this error

Certificate http challenge failed for the domain :::: status.teletracnavman.com, Error details: During secondary validation: DNS problem: NXDOMAIN looking up A for status.teletracnavman.com - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for status.teletracnavman.com - check that a DNS record exists for this domain

TIA
Umang

@umang_ag , welcome to the community!

You have two sets of DNS servers for the domain teletracnavman.com:

pi@raspberrypi:~ $ dig +short NS teletracnavman.com
ns-1122.awsdns-12.org.
dns2.easydns.net.
ns-433.awsdns-54.com.
dns1.easydns.com.
ns-1572.awsdns-04.co.uk.
dns3.easydns.ca.
ns-604.awsdns-11.net.
pi@raspberrypi:~ $ 

They are providing contradictory DNS information, you have to select which DNS provider you want, and disable the other one.

5 Likes

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