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

I am learning microgateway on my own. I am facing trouble in seeting the path to OPENSSL. It would be helpful if someone can guide me to download and set the path to OPENSSL in windows10 ? @Anil Sagar @ Google

Solved Solved
0 3 238
1 ACCEPTED SOLUTION

sidd-harth
Participant V

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

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 

View solution in original post

3 REPLIES 3

sidd-harth
Participant V

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

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 

Thank you Siddharth

Please accept the answer if it solved your query, so that it can be referred by other in the future.