Install OpenSSL on Win 10: A Beginner Guide – Python Tutorial

By | June 7, 2021

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.

download openssl to install on win 10

As to us, we will select OpenSSL linght verion to install.

Add openssl to system environment variables

Here is an example:

add openssl to system environment variables

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

Leave a Reply