You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// bad_request - invalid_value - The specified value is not a fully qualified domain name.
32
+
a.Add("CAA", rejectif.CaaHasEmptyTarget)
33
+
a.Add("CAA", rejectifCaaTargetIsSemicolon)
34
+
35
+
// last verified 2025-11-22
36
+
// Vercel misidentified extra fields in CAA record `0 issue letsencrypt.org; validationmethods=dns-01; accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1234`
37
+
// as "cansignhttpexchanges", and add extra incorrect validation on the value
38
+
// let's ignore all whitespace for now, i should report this to Vercel though, as
39
+
// it uses NS1 as its provder and NS1 definitly allows it.
0 commit comments