summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author[email protected] <[email protected]>2024-06-03 00:01:23 +0800
committer[email protected] <[email protected]>2024-06-03 00:01:23 +0800
commitcc1c409a6ca5ba6945703e4c85ab8c442649996a (patch)
tree0686725ba38e3ab6ed4d43abdf0d8b40b67dc6fd
parent549dc0152075f565a13b16badaec1dade6519d00 (diff)
-rw-r--r--data/case_data/proxy_intercept_rule/intercept_geography_ssl_sni.json2
-rw-r--r--data/case_data/security_rule/deny_drop_icmp_geography_ssl_allfilter.json2
-rw-r--r--data/case_data/security_rule/deny_drop_icmp_geography_ssl_sni.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/data/case_data/proxy_intercept_rule/intercept_geography_ssl_sni.json b/data/case_data/proxy_intercept_rule/intercept_geography_ssl_sni.json
index f108e62..c912f39 100644
--- a/data/case_data/proxy_intercept_rule/intercept_geography_ssl_sni.json
+++ b/data/case_data/proxy_intercept_rule/intercept_geography_ssl_sni.json
@@ -51,5 +51,5 @@
"hope_return": "TSG CA",
"counters_1": {},
"log_query_param_1": [],
- "command": "curl -kv https://www.example.com"
+ "command": "wget -q -O- -d https://www.example.com"
}
diff --git a/data/case_data/security_rule/deny_drop_icmp_geography_ssl_allfilter.json b/data/case_data/security_rule/deny_drop_icmp_geography_ssl_allfilter.json
index d4fa75b..22526dd 100644
--- a/data/case_data/security_rule/deny_drop_icmp_geography_ssl_allfilter.json
+++ b/data/case_data/security_rule/deny_drop_icmp_geography_ssl_allfilter.json
@@ -85,5 +85,5 @@
"hope_return": "timed out",
"counters_1": {"hits": 1},
"log_query_param_1": [{"query_field_key":"ssl_sni","query_value":"www.example.com"}],
- "command": "curl -kv https://www.example.com"
+ "command": "--connect-timeout 10 -m 10 https://www.example.com"
}
diff --git a/data/case_data/security_rule/deny_drop_icmp_geography_ssl_sni.json b/data/case_data/security_rule/deny_drop_icmp_geography_ssl_sni.json
index 9e3fdf2..204d427 100644
--- a/data/case_data/security_rule/deny_drop_icmp_geography_ssl_sni.json
+++ b/data/case_data/security_rule/deny_drop_icmp_geography_ssl_sni.json
@@ -54,5 +54,5 @@
"hope_return": "timed out",
"counters_1": {"hits": 1},
"log_query_param_1": [{"query_field_key":"ssl_sni","query_value":"www.example.com"}],
- "command": "curl -kv https://www.example.com"
+ "command": "--connect-timeout 10 -m 10 https://www.example.com"
}