summaryrefslogtreecommitdiffstats
path: root/security-utils/src/test/resources/transport-security-options.json
diff options
context:
space:
mode:
Diffstat (limited to 'security-utils/src/test/resources/transport-security-options.json')
-rw-r--r--security-utils/src/test/resources/transport-security-options.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/security-utils/src/test/resources/transport-security-options.json b/security-utils/src/test/resources/transport-security-options.json
index 2e55c8fd931..7983982f644 100644
--- a/security-utils/src/test/resources/transport-security-options.json
+++ b/security-utils/src/test/resources/transport-security-options.json
@@ -1,8 +1,9 @@
{
+ "disable-hostname-validation": true,
"files": {
"private-key": "myhost.key",
"ca-certificates": "my_cas.pem",
"certificates": "certs.pem"
- },
- "accepted-ciphers": ["TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", "TLS_AES_256_GCM_SHA384"]
+ },
+ "accepted-ciphers": ["TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", "TLS_AES_256_GCM_SHA384"]
} \ No newline at end of file