Skip to content

Commit 6d28eae

Browse files
committed
Simplify wording
1 parent 38b983c commit 6d28eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-fabric/service-fabric-reverseproxy-configure-secure-communication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ This is the default behavior.
174174

175175
2. When **ForwardClientCertificate** is set to **true**, reverse proxy requests the client's certificate during its TLS handshake with the client.
176176
It will then forward the client certificate data in a custom HTTP header named **X-Client-Certificate**. The header value is the base64 encoded PEM format string of the client's certificate. The service can succeed/fail the request with appropriate status code after inspecting the certificate data.
177-
If the client does not present a certificate, reverse proxy forwards an empty header and let the service handle the case.
177+
If the client does not present a certificate, reverse proxy forwards an empty header and lets the service handle the case.
178178

179179
> [!NOTE]
180-
> Reverse proxy is a mere forwarder. It will not perform any validation of the client's certificate.
180+
> Reverse proxy acts only as a forwarding service. It will not perform any validation of the client's certificate.
181181
182182

183183
## Next steps

0 commit comments

Comments
 (0)