Skip to content

Commit 3e630c6

Browse files
committed
Acrolinx updates
1 parent 53e5fb8 commit 3e630c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ ms.author: jhakulin
1414

1515
# Configure OpenSSL for Linux
1616

17-
When using any Speech SDK version prior to 1.9.0, OpenSSL 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.
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.
1818

1919
## Troubleshoot connectivity
2020

21-
If there are connection failures with the Speech SDK 1.9.0 release, check that the OpenSSL `ssl/certs` directory exists in `/usr/lib` directory under the Linux system. If the `ssl/certs` directory *does not* exist, check where OpenSSL is installed in your system, using the following command:
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:
2222

23-
```sh
23+
```bash
2424
which openssl
2525
```
2626

27-
Then, locate the OpenSSL `certs` directory, and copy the contents of that directory into `/usr/lib/ssl/certs` directory.
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.
2828

2929
## Next steps
3030

0 commit comments

Comments
 (0)