Skip to content

Commit c84178b

Browse files
committed
update based on review comments
1 parent d313f72 commit c84178b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ Starting at the Speech SDK version 1.9.0 and onwards, OpenSSL (version 1.1.1b) i
2020

2121
## Troubleshoot connectivity
2222

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.
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

Comments
 (0)