summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel McCarney <daniel@binaryparadox.net>2024-09-19 17:05:01 -0400
committerDaniel McCarney <daniel@binaryparadox.net>2024-09-19 21:32:59 +0000
commitfa4242cafc8e6bb1abe8fcb5d336df6e2bfbba62 (patch)
tree482aa1ce5a8fba0d134035cc617a0cc2220be841
parent81d45dc68f3b0e798c901a0b661bf18fc6dfda33 (diff)
connect-tests: update cloudflare ECH domain
For some reason the `crypto.cloudflare.com` DNS zone's HTTPS record no longer contains an `ech` config, breaking our ECH record deserialization connect-test. The domain that `crypto.cloudflare.com` redirects to in a browser, `research.cloudflare.com`, does include an `ech` value in the HTTPS record, so let's use that instead.
-rw-r--r--connect-tests/tests/ech.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/connect-tests/tests/ech.rs b/connect-tests/tests/ech.rs
index e3d22175..3b1cf445 100644
--- a/connect-tests/tests/ech.rs
+++ b/connect-tests/tests/ech.rs
@@ -9,7 +9,7 @@ mod ech_config {
#[test]
fn cloudflare() {
- test_deserialize_ech_config_list("crypto.cloudflare.com");
+ test_deserialize_ech_config_list("research.cloudflare.com");
}
#[test]