You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
148922: rpc: remove `InsecureSkipVerify` from DRPC TLS client config r=cthumuluru-crdb a=cthumuluru-crdb
`InsecureSkipVerify` disables certificate verification and introduces significant security risks. This commit removes the `InsecureSkipVerify` option from the DRPC TLS client configuration. ServerName in TLS config is used to ensure the server's certificate matches the expected hostname the client is connecting to.
gRPC does it [here](https://github.com/grpc/grpc-go/blob/62071420ce2be9eaa916159c1d7609adf3c3aaaa/credentials/tls.go#L110-L120).
Epic: CRDB-51459
Issues: #147921
Release note: none
Co-authored-by: Chandra Thumuluru <[email protected]>
0 commit comments