Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit 36f149d

Browse files
committed
fix the wrong command in readme
1 parent 93c0a77 commit 36f149d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Frontend client =HTTP-CONNECT=> (:8090) proxy (:8091) <=GRPC= agent =HTTP=> Simp
149149

150150
- Run curl client (curl using a mTLS http-connect proxy)
151151
```console
152-
curl -v -p --proxy-key certs/frontend/private/proxy-client.key --proxy-cert certs/frontend/issued/proxy-client.crt --proxy-cacert certs/frontend/issued/ca.crt --proxy-cert-type PEM -x https://127.0.0.1:8090 http://localhost:8000
152+
curl -v -p --proxy-key certs/frontend/private/proxy-client.key --proxy-cert certs/frontend/issued/proxy-client.crt --proxy-cacert certs/frontend/issued/ca.crt --proxy-cert-type PEM -x https://127.0.0.1:8090 http://localhost:8000/success
153153
```
154154

155155
### Running on kubernetes

0 commit comments

Comments
 (0)