I was wondering which records should be set up as DNS Only and which records should be Proxied.
At the moment my website www.savesmart.be and cname subdomain https://mijn.savesmart.be is not reachable.
Might be some DNS cache at your local ISP provider (maybe you need to flush your DNS or restart router).
I see you have got the TLSA record added … but seems like the DNSSEC is not enabled at Cloudflare dashboard and no DS record found (yet) at the domain registrar? (if you are trying to accomplish DANE obviously)
Thanks for the help and lookup.
I’ve switched all mail related records to DNS-only.
I have flushed my DNS en reregistered it but it still doesn’t work at Chrome or Edge.
But it is resolving on my mobiles 4G data. So I guess it will resolve after a couple of hours?
For mijn. that’s pointing to suitedash. In their manual they explicit ask to not set Proxied in Cloudfare but to use DNS only. That’s why i’ve set it to dns only ;-).
I took the TLSA records from the standard dns settings of my hosting provider. But there isn’t a DS record there. So is it ok to remove those TLSA records on Cloudfare?
Whether it will work depends on your setup of course, but as far as I remember you had a setup which was not properly configured and never fixed that. Hence the question.
Right now it is as if you had no SSL in the first place because it’s not verified. You really want to fix that.
The two TLSA records I see are associated with hostnames that are . Unless you are using Custom Certificates (i.e. certs that you obtained for a CA, and uploaded to Cloudflare, and that cover those two hostnames) you need to delete the TLSA records.
TLSA records are to validate that the certificate presented by a server match the TLSA record. Unless you control the certificate being presented to users you really cannot use TLSA. Eventually the Cloudflare managed certificate will change, and your site will be broken until you update the TLSA records. (Just FYI, it will not really break. No browser that I am aware of will check TLSA records!)
You should make the ftp records
The three NS records can be deleted, they are not doing anything in your own zone.
You have a few multiple level hostnames like www.mijn.savesmart.be. The Cloudflare universal certificates only cover one level of subdomain. If those hostnames are used with HTTPS traffic you will need to subscribe to the Advanced Certificate Manager product, or make them also.
The two TLSA records I see are associated with hostnames that are . Unless you are using Custom Certificates (i.e. certs that you obtained for a CA, and uploaded to Cloudflare, and that cover those two hostnames) you need to delete the TLSA records.
Done that
You should make the ftp records
These were , so should be ok now.
The three NS records can be deleted, they are not doing anything in your own zone.
I removed them.
You have a few multiple level hostnames like www.mijn.savesmart.be . The Cloudflare universal certificates only cover one level of subdomain. If those hostnames are used with HTTPS traffic you will need to subscribe to the Advanced Certificate Manager product, or make them also.