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:
idouba 2019-01-21 23:00:17 +08:00 committed by Martin Taillefer
parent 6926c04fc2
commit e14f07c4c3
1 changed files with 0 additions and 1 deletions

View File

@ -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.