From c2783fb23f2086c88baeda54d133bc61bdc7fae7 Mon Sep 17 00:00:00 2001 From: Brian Neradt Date: Wed, 20 Jul 2022 00:19:20 +0000 Subject: [PATCH] Proxy Verifier: Update to version 2.4.1 This updates the Proxy Verifier version used by our AuTests to version v2.4.1. This Proxy Verifier version prints the ALPN used by the proxy (ATS in our case) to the server. This will allow us to verify ALPN behavior for an upcoming PR for HTTP/2 to origin. --- tests/prepare_proxy_verifier.sh | 2 +- tests/proxy-verifier-version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/prepare_proxy_verifier.sh b/tests/prepare_proxy_verifier.sh index bb3bf768851..beb05a5d599 100755 --- a/tests/prepare_proxy_verifier.sh +++ b/tests/prepare_proxy_verifier.sh @@ -27,7 +27,7 @@ pv_dir="${pv_name}-${pv_version}" pv_tar_filename="${pv_dir}.tar.gz" pv_tar="${pv_top_dir}/${pv_tar_filename}" pv_tar_url="https://ci.trafficserver.apache.org/bintray/${pv_tar_filename}" -expected_sha1="4ca407c3f8d7cabca20b7f41d19b2c62a091c3ff" +expected_sha1="11d9acda6639d25c9199c272e5ab84826412f627" pv_client="${bin_dir}/verifier-client" pv_server="${bin_dir}/verifier-server" TAR=${TAR:-tar} diff --git a/tests/proxy-verifier-version.txt b/tests/proxy-verifier-version.txt index 8721bbc46ad..a372120910d 100644 --- a/tests/proxy-verifier-version.txt +++ b/tests/proxy-verifier-version.txt @@ -1 +1 @@ -v2.4.0 +v2.4.1