ISSUE:How to Install Open SSL in Unity

Downlaod OpenSSL Light version from following link 32or 64 on your need :

https://slproweb.com/products/Win32OpenSSL.html

or you can find 64bit on my drop box link as you see:

https://www.dropbox.com/s/ffybwy2cvfdnvfm/Win64OpenSSL_Light-1_0_1L.exe?dl=0

Run CMD (command prompt) as an administrator and run the following command:

Set OPENSSL_CONF=C:\OpenSSL-Win64\bin\openssl.cfg (for 64-bit)

If you are using 32 bit then

Set OPENSSL_CONF=C:\OpenSSL-Win32\bin\openssl.cfg (for 32-bit)

Hit Enter and that’s it Your OpenSSL is installed.

Comments