Skip to content

Commit

Permalink
Update grpcweb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker authored Nov 29, 2024
1 parent 959d903 commit 574fd05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/gl-testing/gltesting/grpcweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 574fd05

Please sign in to comment.