Skip to content

Commit bd9553e

Browse files
authored
Merge pull request #107389 from BrianMouncer/BrianMouncer-pr/CRL_Note
add a note to the Linuc OpenSSL and PERF
2 parents 7d0eb59 + 5ae845b commit bd9553e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Set environment variable `SSL_CERT_FILE` to point at that file before running a
4545
```bash
4646
export SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt
4747
```
48+
> [!NOTE]
49+
> It is also worth noting that some distributions of Linux do not have a TMP or TMPDIR environment variable defined. This will cause the Speech SDK to download the Certificate Revocation List (CRL) every time, rather than caching the CRL to disk for reuse until they expire. To improve initial connection performance you can [create an environment variable named TMPDIR and set it to the path of your chosen temporary directory.](https://help.ubuntu.com/community/EnvironmentVariables).
4850
4951
## Next steps
5052

0 commit comments

Comments
 (0)