Skip to content

Commit 3d0d508

Browse files
Merge pull request #278690 from jaesoni/mtls-logs
Adding mtls fields info
2 parents 91eb7ae + fba77a9 commit 3d0d508

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/application-gateway/application-gateway-diagnostics.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: application-gateway
66
author: greg-lindsay
77
ms.service: application-gateway
88
ms.topic: article
9-
ms.date: 05/17/2024
9+
ms.date: 06/17/2024
1010
ms.author: greglin
1111
---
1212

@@ -158,6 +158,9 @@ The access log is generated only if you've enabled it on each Application Gatewa
158158
|sslEnabled| Whether communication to the backend pools used TLS. Valid values are on and off.|
159159
|sslCipher| Cipher suite being used for TLS communication (if TLS is enabled).|
160160
|sslProtocol| SSL/TLS protocol being used (if TLS is enabled).|
161+
|sslClientVerify | Shows the result of client certificate verification as SUCCESS or FAILED. Failed status will include error information.|
162+
|sslClientCertificateFingerprint|The SHA1 thumbprint of the client certificate for an established TLS connection.|
163+
|sslClientCertificateIssuerName|The issuer DN string of the client certificate for an established TLS connection.|
161164
|serverRouted| The backend server that application gateway routes the request to.|
162165
|serverStatus| HTTP status code of the backend server.|
163166
|serverResponseLatency| Latency of the response (in **seconds**) from the backend server.|

0 commit comments

Comments
 (0)