Skip to content

Commit

Permalink
Update for installations with mTLS auth enabled (#1503)
Browse files Browse the repository at this point in the history
* Update for installations with mTLS auth enabled

The docs do not provide reference to installations with mTLS auth enabled.  If mTLS auth is enabled and the user goes through the instructions, they will encounter `upstream connect error or disconnect/reset before headers` when the DestinationRule is applied.

istio/old_issues_repo#375 (comment) helped lead to the resolution.
  • Loading branch information
kenthua authored and geeknoid committed Jun 14, 2018
1 parent eb51302 commit 7874083
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/docs/tasks/traffic-management/mirroring.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ Let's set up a scenario to demonstrate the traffic-mirroring capabilities of Ist
EOF
```
> NOTE: If you installed/configured istio with mTLS Authentication enabled, you must add the [TLSSettings.TLSmode]( /docs/reference/config/istio.networking.v1alpha3/#TLSSettings-TLSmode), `mode: ISTIO_MUTUAL` as noted in the [TLSSettings](/docs/reference/config/istio.networking.v1alpha3/#TLSSettings) reference.
Now all traffic should go to `httpbin v1` service. Let's try sending in some traffic:
```command-output-as-json
Expand Down

0 comments on commit 7874083

Please sign in to comment.