#Not Verifying Certificate Status

46 messages · Page 1 of 1 (latest)

placid forum
patent flare
# placid forum

Change the "Name" field of the "_acme-challenge" in the middle.

#

Before: _acme-challenge.www.timergara.com
After: _acme-challenge.www

#

The way you currently have it, the record is being published on the name "_acme-challenge.www.timergara.com.timergara.com.".

flint wharfBOT
placid forum
patent flare
#

The CNAME type DNS record cannot be used on the naked domain (e.g. timergara.com), but only on sub-domains, such as e.g. www.timergara.com, or example.timergara.com.

#

Adding a CNAME for www (your first CNAME at the screenshot) will solely cover the www.timergara.com, but not other labels like e.g. the naked domain timergara.com or sub-sub domains, such as e.g. example.www.timergara.com.

#

Playing around with wildcards, e.g. named "*" can be used in the DNS system, - however, they often cause more complications than they do any good.

placid forum
patent flare
#

As you're CNAME'ing to tecbricks.com, whether a such wildcard would work or not, would also depend on tecbricks.com's set up.

#

As it seems like tecbricks.com is on Cloudflare, and that the configuration being used is Cloudflare for SaaS, the wildcard option would require tecbricks.com to be on an Enterprise plan with Cloudflare.

#

Apex proxying (covering the naked domain) is according to the documentation also requiring Enterprise, - however, I mean to have heard that people have had success on on-boarding them anyway.

#

But that's then up to you, whether or not you would rely on eventually unsupported functionality, that could in theory break at any time, and without any prior warning.

placid forum
#

these explainations are a little confusing me sorry for that..
i wand to timergara.com to be routed to tecbricks.com and in tecbricks worker i will handle SAAS... is it possible in free plan?

#

request is not going to worker, @patent flare can you please help... ssl issue resolved

patent flare
#

It may not be technically impossible to make it work, - however, it's not supported (i.e. meaning that it is NOT guaranteed to be working flawlessly).

placid forum
#

ok let focus on subdomain right now, i need to route traffic to worker

patent flare
#

How is your SaaS thing set up?

#

I'm thinking like you have the proxy-fallback name in your DNS records, but you're just CNAME'ing to the naked domain?

#

And what about the actual Worker, what routes are set there?

placid forum
#

i just followed the documentation...

#

should i add for worker? proxy-fallback

patent flare
#

Does adding www.timergara.com via the "[Add Custom Domain]" button change anything?

placid forum
#

what if i add fallback one here and remove from dns

patent flare
#

Add proxy-fallback.tecbricks.com.

patent flare
# placid forum

^ And change your CNAME on the image you posted here, that is pointing "www" to "tecbricks.com".

Make that "www" point to "site.tecbricks.com" or "proxy-fallback.tecbricks.com" instead.

flint wharfBOT
#
DNS over Discord: TXT records

_acme-challenge.www.timergara.com TXT @1.1.1.1 +noall +answer

NAME                              | TTL    | DATA       
----------------------------------+--------+------------
_acme-challenge.www.timergara.com | 1,799s | "hcqQCMOBhh
                                  |        | uby_s61lCkE
                                  |        | 9XZMK6LRSYT
                                  |        | UZjuBgvFsVk
                                  |        | "          
fading pawn
#

it wasnt returning that an hour ago, so it was probably still propagating

patent flare
# fading pawn it wasnt returning that an hour ago, so it was probably still propagating

It didn't exist one hour ago:

$ dig TXT _acme-challenge.www.timergara.com @dns1.registrar-servers.com

; <<>> DiG 9.16.48-Debian <<>> TXT _acme-challenge.www.timergara.com @dns1.registrar-servers.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 36719
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;_acme-challenge.www.timergara.com. IN  TXT

;; AUTHORITY SECTION:
timergara.com.          3601    IN      SOA     dns1.registrar-servers.com. hostmaster.registrar-servers.com. 1725809645 43200 3600 604800 3601

;; Query time: 36 msec
;; SERVER: 2610:a1:1024::200#53(2610:a1:1024::200)
;; WHEN: Sun Sep 08 17:50:31 CEST 2024
;; MSG SIZE  rcvd: 132
#

However, the incorrect domain-appended one did:

$ dig TXT _acme-challenge.www.timergara.com.timergara.com @dns1.registrar-servers.com

; <<>> DiG 9.16.48-Debian <<>> TXT _acme-challenge.www.timergara.com.timergara.com @dns1.registrar-servers.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57012
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;_acme-challenge.www.timergara.com.timergara.com. IN TXT

;; ANSWER SECTION:
_acme-challenge.www.timergara.com.timergara.com. 1799 IN TXT "hcqQCMOBhhuby_s61lCkE9XZMK6LRSYTUZjuBgvFsVk"

;; AUTHORITY SECTION:
timergara.com.          1800    IN      NS      dns1.registrar-servers.com.
timergara.com.          1800    IN      NS      dns2.registrar-servers.com.

;; Query time: 36 msec
;; SERVER: 2610:a1:1024::200#53(2610:a1:1024::200)
;; WHEN: Sun Sep 08 17:50:44 CEST 2024
;; MSG SIZE  rcvd: 188
fading pawn
#

Oh nested domain name, always fun

#

I checked for non-www but didn’t try the nested one and then my internet died for an hour

patent flare
#

They can indeed cause some funny troubleshooting from time to time. 😉

placid forum
patent flare
placid forum
patent flare
#

What does the three dots give? Or alternatively, when you click the proxy-fallback name?

#

And you only got the "Domains" part there, not "Routes"?

fading pawn
#

Your worker needs to listen to */*

placid forum