Skip to content

Commit b14b5bf

Browse files
YDB-989 hc grpcs remove tls host check (#1922)
1 parent 2b6fab6 commit b14b5bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/health_check/health_check.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2307,6 +2307,7 @@ class TNodeCheckRequest : public TActorBootstrapped<TNodeCheckRequest<RequestTyp
23072307
} else if (endpoint.GetName() == "grpcs") {
23082308
config.Locator = "localhost" + endpoint.GetAddress();
23092309
config.EnableSsl = true;
2310+
config.SslTargetNameOverride = systemStateInfo.GetHost();
23102311
break;
23112312
}
23122313
}

0 commit comments

Comments
 (0)