can someone guide me to download and set the path to OPENSSL in windows 10?

Hi @Arun Prasath Sivanesan, you can google to download/install/set openssl on win.

https://www.cloudinsidr.com/content/how-to-install-the-most-recent-version-of-openssl-on-windows-10-in-64-bit/

Download openssl from here (Win64 OpenSSL v1.1.0g).

Add openssl to the PATH

set PATH=%PATH%;C:\OpenSSL-Win64\bin

Then set

set OPENSSL_CONF=C:\OpenSSL-Win64\bin\openssl.cfg 
1 Like