Where to download OpenSSL?

Cooky

Golden Member
Apr 2, 2002
1,408
0
76
I was using OpenSSL 0.9.8h-1 published by GnuWin32.
It just worked, w/o any issues, until a month ago, the process kept crashing, when I tried to generate a new CSR.

Does anyone know where I can download OpenSSL that works on 64-bit Win7?
I tried one from here and it didn't work - can't even find the program after installation.
http://slproweb.com/products/Win32OpenSSL.html

TIA
 

CubanlB

Senior member
Oct 24, 2003
562
0
76
That looks right. OpenSSL binary should be in $rootdrive: \OpenSSL-Win64\bin or $root: \Windows depending on what you selected durring the install.

This more of a windows software issue though.
 

imagoon

Diamond Member
Feb 19, 2003
5,199
0
0
Is this CSR for an app that uses OpenSSL? Otherwise you would generate the CSR from certificate management (for the windows side at least.)
 

Cooky

Golden Member
Apr 2, 2002
1,408
0
76
I'm using OpenSSL as a tool to manage & manipulate certs, keys, and CSR's.
Normally we do these from the ACE LB, but in this particular case SSL isn't terminated on the LB, and I didn't want to transfer files back & forth.

So embarrassing thing is after the rant on this thread, and a reboot, the directory showed up, and the program worked flawlessly so far.
I'm too used to changes take effect w/o having to reboot on network devices, and neglected to try the most basic on a Windows device.

Thank you for those that responded anyway.
Sorry to waste your time.