From 574fd057986830a159d57f9f6f4598dd3c142a36 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 29 Nov 2024 17:00:56 +0100 Subject: [PATCH] Update grpcweb.py --- libs/gl-testing/gltesting/grpcweb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/gl-testing/gltesting/grpcweb.py b/libs/gl-testing/gltesting/grpcweb.py index 05a668dff..5aaa231a3 100644 --- a/libs/gl-testing/gltesting/grpcweb.py +++ b/libs/gl-testing/gltesting/grpcweb.py @@ -180,7 +180,6 @@ def proxy(self, request: Request): # Load TLS client cert info client ctx = httpx.create_ssl_context( verify=ca_path, - http2=True, cert=( node.identity.cert_chain_path, node.identity.private_key_path,