Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

DNSSEC is not being disabled.

I disabled DNSSEC from Cloud DNS zone few weeks ago. But still I cannot change the domain name --server with bellow errors.  

---

Updating name servers when DNSSEC is enabled is unsafe. You should disable DNSSEC, wait one day, change name servers, wait one more day then reenable DNSSEC.

 

Solved Solved
1 3 605
2 ACCEPTED SOLUTIONS

Hello @chephen 

I don't know what is registrar level exactly. But the problem is solved. I retried disabling DNSSEC by gcloud CLI and it works. As soon as I run `$> gcloud domains registration configure dns <domain_name> --disable-dnssec` it disabled. 

View solution in original post

gcloud domains registrations configure dns <domain_name> --disable-dnssec is exactly that - it disables the dnssec at the registrar. Cheers.

View solution in original post

3 REPLIES 3

Hello @lucaskim 

have you also deactivated the dnssec at the registrar level? 

Hello @chephen 

I don't know what is registrar level exactly. But the problem is solved. I retried disabling DNSSEC by gcloud CLI and it works. As soon as I run `$> gcloud domains registration configure dns <domain_name> --disable-dnssec` it disabled. 

gcloud domains registrations configure dns <domain_name> --disable-dnssec is exactly that - it disables the dnssec at the registrar. Cheers.