If you have encountered ssl error when learning python, you may need to install openssl. In this tutorial, we will introduce how to install it on windows 10.
Download openssl
You can download openssl in here.
As to us, we will select OpenSSL linght verion to install.
Add openssl to system environment variables
Here is an example:
Here C:\Program Files\OpenSSL-Win64 is the path of OpenSSL installation.
Then you can find openssl is installed succuessfully. You can check its version.
A Beginner’s Guide to Check OpenSSL Version on Windows – Python Tutorial