CloudFlare: Cannot remove TXT record with the value "ca3-xxxxxxxx" [closed] - cloudflare

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I checked the DNS records on the digwebinterface.com/?hostnames=mydomain.com&type=TXT&ns=resolver&useresolver=8.8.4.4&nameservers=
The Dig shows two TXT records but but I don't have the first record: (ca3-0158c3e5584b4fdba369cf3efeb6c56a)
Dig shows:
mydomain.com#8.8.4.4 (Default):
mydomain.com. 299 IN TXT "ca3-0158c3e5584b4fdba369cf3efeb6c56a"
mydomain.com. 299 IN TXT "v=spf1 redirect=_spf.yandex.net"
This web site is on the CloudFlare. DNS records: http://prntscr.com/r2m9ln
What can be reason and how can I solve this issue?

the mentioned TXT record which starts with "ca3-" is a CloudFlare internal record which they use for TLS validation. I guess since they need it to make their services available to you, there is no chance to delete it.
There is several posts inside the CloudFlare community about it: https://community.cloudflare.com/t/unable-to-see-and-remove-txt-record/44179/5

Related

GoDaddy not letting me add a new DNS record (for dumb reason) [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 days ago.
Improve this question
I'm trying to add a dns record to godaddy to link it to vercel, where my website is hosted, but it's not letting me.
I'm literally doing what it says to do.

Configure email IDs in config in Splunk [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Is there a way to configure the send to emails in a config file and call them in all Splunk alerts instead of defining emails in each and every alert?
If so, how?
Splunk believe alerts should be sent to those who need to see them, not necessarily the same people every time. Of course, that's not the case everywhere.
There is no config file just for alerts. Alert info is stored with the associated search in savedsearches.conf. You should be able to define settings common to all alerts in the [default] stanza of savedsearches.conf.

Google indexed my website as an IP address [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I have a website : https://linuxquizapp.com.uy.
I recently used Google Search Console to index it into google but when I do a search, I get this instead:
That's the right IP but most importantly, how did the IP ended up there instead of the domain name and also, is there anything I can do to correct this?
The app is written in Go, and there is no Apache or Nginx or whatnot configuration I should change?
Note- I am including an image in the question instead of plain text or a link so this does not get "outdated" as Google indexer updates stuff.
You need to redirect the IP as host based requests to the domain host.
Once you will do that, google indexes will get updated in few days to show the hostname as domain instead of IP address.

Why my profile picture not visible to a person in my contact [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
Today morning my wife added few photos in her status, but I could not see that. Then we found that she also could not see my profile photo.
We both did not block each other, we both have our contacts saved in our phone. We both have configured 'my contacts' for privacy for both profile photo and status.
Then why it is happening? Any guess?
We made sure our number is not in those blocked list.
There might be temporary network issue due to which the settings may get corrupted so if its due to that specific contact try to delete and readd else uninstall n reinstall this will clear the existing corrupted cache.

How do I add a CAA record? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
The SSL Labs service awarded my domain an A
However, it flagged that there is no CAA record set for my domain.
This article explains I can set a CAA record for my domain which will restrict my CA to lets encrypt only.
https://support.dnsimple.com/articles/caa-record/#caa-record-usage
So I need to add the following CAA record:
example.com. CAA 0 issue "letsencrypt.org"
So I logged into the GoDaddy web console BUT there is not option to add a CAA record! grrrr
Does anyone know how I can do this using the GoDaddy Web UI? thx
Many DNS providers do NOT support CAA yet.
They might or might not be implementing it.
You should ask GoDaddy for status update about it.