File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
articles/application-gateway Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services: application-gateway
6
6
author : greg-lindsay
7
7
ms.service : application-gateway
8
8
ms.topic : article
9
- ms.date : 05 /17/2024
9
+ ms.date : 06 /17/2024
10
10
ms.author : greglin
11
11
---
12
12
@@ -158,6 +158,9 @@ The access log is generated only if you've enabled it on each Application Gatewa
158
158
|sslEnabled| Whether communication to the backend pools used TLS. Valid values are on and off.|
159
159
|sslCipher| Cipher suite being used for TLS communication (if TLS is enabled).|
160
160
|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.|
161
164
|serverRouted| The backend server that application gateway routes the request to.|
162
165
|serverStatus| HTTP status code of the backend server.|
163
166
|serverResponseLatency| Latency of the response (in **seconds**) from the backend server.|
You can’t perform that action at this time.
0 commit comments