Skip to content

Commit ec790c5

Browse files
authored
Merge pull request #101381 from IEvangelist/openSslCleanup
[CogSvcs] clean up OpenSSL doc
2 parents 16972c3 + 3e630c6 commit ec790c5

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,25 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 01/15/2020
11+
ms.date: 01/16/2020
1212
ms.author: jhakulin
1313
---
1414

1515
# Configure OpenSSL for Linux
1616

17-
OpenSSL is dynamically configured to the host-system version when using any Speech SDK release version prior to 1.9.0.
18-
19-
Starting at the Speech SDK version 1.9.0 and onwards, OpenSSL (version 1.1.1b) is statically linked to the Speech SDK core library.
17+
When using any Speech SDK version before 1.9.0, [OpenSSL](https://www.openssl.org) is dynamically configured to the host-system version. In later versions of the Speech SDK, OpenSSL (version [1.1.1b](https://mta.openssl.org/pipermail/openssl-announce/2019-February/000147.html)) is statically linked to the core library of the Speech SDK.
2018

2119
## Troubleshoot connectivity
2220

23-
In case of connection failures with 1.9.0 release, please check that OpenSSL `ssl/certs` directory exists in `/usr/lib` directory under the Linux system. If `ssl/certs` does not exist, please check where OpenSSL is installed in your system (using `which openssl` command), and locate openssl `certs`directory and copy the content of that directory into `/usr/lib/ssl/certs` directory.
21+
If there are connection failures when using the 1.9.0 release of the Speech SDK, ensure that the `ssl/certs` directory exists in `/usr/lib` directory - which is found in the Linux file system. If the `ssl/certs` directory *doesn't exist*, check where OpenSSL is installed in your system, using the following command:
22+
23+
```bash
24+
which openssl
25+
```
26+
27+
Then, locate the OpenSSL `certs` directory, and copy the contents of that directory into `/usr/lib/ssl/certs` directory. Next, try again to see if connectivity issues have been resolved.
2428

2529
## Next steps
2630

2731
> [!div class="nextstepaction"]
28-
> [Check the general overview about the Speech SDK capabilities and supported platforms](speech-sdk.md)
32+
> [About the Speech SDK](speech-sdk.md)

0 commit comments

Comments
 (0)