mirror of https://github.com/istio/istio.io.git
fix from non-Istio services to Istio service (#3102)
request from non-Istio services to Istio service should NOT get 200 response when mtls is enabled.
This commit is contained in:
parent
6926c04fc2
commit
e14f07c4c3
|
@ -166,7 +166,6 @@ sleep.legacy to httpbin.foo: 000
|
|||
command terminated with exit code 56
|
||||
sleep.legacy to httpbin.bar: 000
|
||||
command terminated with exit code 56
|
||||
sleep.legacy to httpbin.legacy: 200
|
||||
{{< /text >}}
|
||||
|
||||
> Due to the way Envoy rejects plain-text requests, you will see `curl` exit code 56 (failure with receiving network data) in this case.
|
||||
|
|
Loading…
Reference in New Issue