1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 // Public Name = delegated-enabled.example.com
7 const ECH_CONFIG_FIXED =
8 "AFD+DQBMTQAgACCKB1Y5SfrGIyk27W82xPpzWTDs3q72c04xSurDWlb9CgAEAAEAA2QdZGVsZWdhdGVkLWVuYWJsZWQuZXhhbXBsZS5jb20AAA==";
11 // An arbitrary, non-ECH server.
13 "DelegatedCredentialsServer",
14 "test_delegated_credentials"
17 add_test(function () {
22 // Connect, sending ECH. The server is not configured for it,
23 // but *is* authoritative for the public name.
25 "delegated-disabled.example.com",
26 SSL_ERROR_ECH_RETRY_WITHOUT_ECH,