diff --git a/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx b/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx index b52b0121..c7faed5f 100644 --- a/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx +++ b/src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx @@ -1825,7 +1825,9 @@ export default function ReverseProxyTargets(props: { hcMode: selectedTargetForHealthCheck.hcMode || "http", hcUnhealthyInterval: selectedTargetForHealthCheck.hcUnhealthyInterval || - 30 + 30, + hcTlsServerName: selectedTargetForHealthCheck.hcTlsServerName || + undefined, }} onChanges={async (config) => { console.log("here");