Skip to content

Commit 413de2b

Browse files
committed
Added cert negotiation clarification
1 parent d7457a3 commit 413de2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/self-hosted-gateway-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following functionality found in the managed gateways is **not available** i
4747
- Validation of server and client certificates using CA root certificates uploaded to API Management service. To add support for custom CA, add a layer to the self-hosted gateway container image that installs the CA's root certificate.
4848
- Integration with the [Service Fabric](../service-fabric/service-fabric-api-management-overview.md)
4949
- TLS session resumption
50-
- Client certificate renegotiation. Therefore, when using client certificate authentication, clients must be required to present their certificates as part of the TLS handshake.
50+
- Client certificate negotiation. This means that API consumers must present their certificates as part of the initial TLS handshake. To accomplish that, enable the negotiate client certificate setting when configuring a self-hosted gateway custom hostname.
5151
- Built-in cache. See this [document](api-management-howto-cache-external.md) to learn about using external cache in self-hosted gateways.
5252

5353
## Connectivity to Azure

0 commit comments

Comments
 (0)