diff --git a/rpc/server.go b/rpc/server.go index e62757b89..4a0fe4213 100644 --- a/rpc/server.go +++ b/rpc/server.go @@ -153,6 +153,7 @@ func RunGRPCServer(ctx context.Context, cfg *config.ConfYaml) error { tlsConfig := &tls.Config{ Certificates: []tls.Certificate{tlsCert}, ClientAuth: tls.NoClientCert, + MinVersion: tls.VersionTLS12, // Set minimum TLS version to TLS 1.2 } s = grpc.NewServer(