Skip to content

Latest commit

 

History

History
29 lines (12 loc) · 1.17 KB

connection-refused-errors-5b284d0.md

File metadata and controls

29 lines (12 loc) · 1.17 KB

Connection Refused Errors

You get either the Connection reset by peer response or the GOAWAY response when you attempt to establish the connection between a service without a sidecar and a service with a sidecar.

By default, mutual TLS (mTLS) is enabled in the service mesh. As a result, every element of the service mesh must have an Istio sidecar with a valid TLS certificate to allow communication.

  • To add a service without a sidecar to the allowlist and disable mTLS traffic for it, create a DestinationRule resource. See DestinationRule.
  • To allow connections between a service without a sidecar and a service with a sidecar, create a PeerAuthentication resource in the PERMISSIVE mode. See PeerAuthentication.