Skip to content

Commit 8938a04

Browse files
authored
Merge pull request #351 from priyal-shah-microsoft/patch-2
Update probes-codepackage.md with client cert information
2 parents 4c2ebe6 + 58a2183 commit 8938a04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/service-fabric/probes-codepackage.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ The HTTP probe has additional properties that you can set:
126126
</Policies>
127127
</ServiceManifestImport>
128128
```
129+
130+
> [!NOTE]
131+
> Service Fabric HTTPS probes do not support client certificate authentication during the TLS handshake. For details on the handshake process, see the [TLS Handshake Protocol][tls-handshake-link].
132+
>
133+
129134
### TCP probe
130135

131136
For a TCP probe, Service Fabric will try to open a socket on the container by using the specified port. If it can establish a connection, the probe is considered successful. Here's an example of how to specify a probe that uses a TCP socket:
@@ -181,4 +186,5 @@ See the following article for related information:
181186
[health-introduction-link]: service-fabric-health-introduction.md
182187
[application-model-link]: service-fabric-application-model.md
183188
[hosting-model-link]: service-fabric-hosting-model.md
189+
[tls-handshake-link]: /windows/win32/secauthn/tls-handshake-protocol
184190

0 commit comments

Comments
 (0)