open-consul/.changelog/11255.txt
Daniel Nephin 6e9dd995eb tlsutil: only AuthorizerServerConn when VerifyIncomingRPC is true
See github.com/hashicorp/consul/issues/11207

When VerifyIncomingRPC is false the TLS conn will not have the required certificates.
2021-10-27 13:43:25 -04:00

4 lines
116 B
Plaintext

```release-note:bug
rpc: only attempt to authorize the DNSName in the client cert when verify_incoming_rpc=true
```