Tracking Domain DNS setting not working

What is the name of the domain?

ethoseducation.ca

What is the error message?

No Connection

What is the issue you’re encountering

Tracking Domain DNS setting not working

What steps have you taken to resolve the issue?

ethoseducation.ca registra is hostinger,com
It’s DNS are proxied to Cloudflaire.com
email plarform uses domain tracking (re: track.ethoseducation.ca)

What are the steps to reproduce the issue?

DNS record not found (re: track.ethoseducation.ca)

Hi there,

Seems to be propagating correctly:

❯ dig track.ethoseducation.ca

; <<>> DiG 9.10.6 <<>> track.ethoseducation.ca
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53081
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;track.ethoseducation.ca.	IN	A

;; ANSWER SECTION:
track.ethoseducation.ca. 300	IN	CNAME	track.xrocket.ai.
track.xrocket.ai.	600	IN	A	172.200.160.24

;; Query time: 320 msec
;; SERVER: 127.0.2.2#53(127.0.2.2)
;; WHEN: Fri Dec 06 15:22:22 WET 2024
;; MSG SIZE  rcvd: 98

 ~ ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
❯ curlie track.ethoseducation.ca -I
HTTP/1.1 308 Permanent Redirect
Connection: close
Location: https://track.ethoseducation.ca/
Server: Caddy
Date: Fri, 06 Dec 2024 15:24:09 GMT
Server-Timing: cfReqDur;dur=235.676;Request Duration


 ~ ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
❯ curlie https://track.ethoseducation.ca/ -I
HTTP/2 200
alt-svc: h3=":443"; ma=2592000
server: Caddy
date: Fri, 06 Dec 2024 15:24:20 GMT
server-timing: cfReqDur;dur=497.684;Request Duration

Take care.

This topic was automatically closed after 15 days. New replies are no longer allowed.