Skip to content

Commit cab4fb1

Browse files
authored
Fixed H2 heading syntax
1 parent ed729ed commit cab4fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/how-to-configure-openssl-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Set environment variable `SSL_CERT_FILE` to point at that file before running a
4848
export SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt
4949
```
5050

51-
# Certificate Revocation Checks
51+
## Certificate revocation checks
5252
When connecting to the Speech Service, the Speech SDK will verify that the TLS certificate used by the Speech Service has not been revoked. To conduct this check, the Speech SDK will need access to the CRL distribution points for Certificate Authorities used by Azure. A list of possible CRL download locations can be found in [this document](../../security/fundamentals/tls-certificate-changes.md). If a certificate has been revoked or the CRL cannot be downloaded the Speech SDK will abort the connection and raise the Canceled event.
5353

5454
In the event the network where the Speech SDK is being used from is configured in a manner that does not permit access to the CRL download locations, the CRL check can either be disabled or set to not fail if the CRL cannot be retrieved. This configuration is done through the configuration object used to create a Recognizer object.

0 commit comments

Comments
 (0)