aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/config/ssl_keys.tmpl4
-rwxr-xr-xtest/suite-decryption.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/config/ssl_keys.tmpl b/test/config/ssl_keys.tmpl
index 8daa5cb734..bf2540f1fc 100644
--- a/test/config/ssl_keys.tmpl
+++ b/test/config/ssl_keys.tmpl
@@ -1,2 +1,2 @@
-"127.0.0.1","443","http","TEST_KEYS_DIRrsasnakeoil2.key",""
-"127.0.0.1","9131","http","TEST_KEYS_DIRkey.p12","WebAS"
+"127.0.0.1","443","http-over-ssl","TEST_KEYS_DIRrsasnakeoil2.key",""
+"127.0.0.1","9131","http-over-ssl","TEST_KEYS_DIRkey.p12","WebAS"
diff --git a/test/suite-decryption.sh b/test/suite-decryption.sh
index ac5634d5db..c9d3c75e0e 100755
--- a/test/suite-decryption.sh
+++ b/test/suite-decryption.sh
@@ -184,7 +184,7 @@ decryption_step_ssl_rsa_pq() {
TEST_KEYS_FILE="`cygpath -w $TEST_KEYS_FILE`"
fi
$TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS -Tfields -e http.request.uri \
- -o ssl.keys_list:"0.0.0.0,443,http,$TEST_KEYS_FILE" \
+ -o ssl.keys_list:"0.0.0.0,443,http-over-ssl,$TEST_KEYS_FILE" \
-r "$CAPTURE_DIR/rsa-p-lt-q.pcap" -Y http \
| grep / > /dev/null 2>&1
RETURNVALUE=$?