You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn how to configure OpenSSL for Linux.
5
+
services: cognitive-services
6
+
author: jhakulin
7
+
manager: nitinme
8
+
ms.service: cognitive-services
9
+
ms.subservice: speech-service
10
+
ms.topic: conceptual
11
+
ms.date: 01/15/2020
12
+
ms.author: jhakulin
13
+
---
14
+
15
+
# Configure OpenSSL for Linux
16
+
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.
20
+
21
+
## Troubleshoot connectivity
22
+
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.
24
+
25
+
## Next steps
26
+
27
+
> [!div class="nextstepaction"]
28
+
> [Check the general overview about the Speech SDK capabilities and supported platforms](speech-sdk.md)
0 commit comments