X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fhttp-https-proxy%2FREADME.md;h=ca58dce9961cfe88a23c0e83e04cc81e9222de61;hb=674793d94f09873d24edd85f9eb2da2582d21673;hp=271db4dee0dd259ddc387303d9ce057f42180fd3;hpb=a0139337d35be172ae132bbf836859e41132860f;p=nonrtric.git diff --git a/test/http-https-proxy/README.md b/test/http-https-proxy/README.md index 271db4de..ca58dce9 100644 --- a/test/http-https-proxy/README.md +++ b/test/http-https-proxy/README.md @@ -23,10 +23,10 @@ The dir cert contains a self-signed cert. Use the script generate_cert_and_key.s | Operation | curl example | | --------- | ------------ | -| proxy http call via http | curl --proxy localhost:8080 http://pms:1234 | -| proxy https call via http | curl --proxy localhost:8080 https://pms:5678 | -| proxy http call via https | curl --proxy-insecure localhost:8433 http://pms:1234 | -| proxy https call via https | curl --proxy-insecure localhost:8433 https://pms:5678 | +| proxy http call via http | curl --proxy http://localhost:8080 http://100.110.120.130:1234 | +| proxy https call via http | curl -k --proxy http//localhost:8080 https://100.110.120.130:5678 | +| proxy http call via https | curl --proxy-insecure --proxy https://localhost:8433 http://100.110.120.130:1234 | +| proxy https call via https | curl --proxy-insecure --proxy https://localhost:8433 https://100.110.120.130:5678 | | alive check and get stats | curl localhost:8081 | | alive check and get stats via proxy | curl --proxy localhost:8080 http://localhost:8081 |