I ran this command on my Win 7 x64 machine:
c:\GnuWin32\bin>openssl req -new -key switchvox.key -out switchvox.csr -config ..\share\openssl.cnf I was prompted for the DN, and filled in all the fields. OpenSSL worked for a few seconds, then crashed. Visual Studio said: Unhandled exception at 0x75149a3b in openssl.exe: 0xC0000005: Access violation reading location 0x026dffff. What am I doing wrong? Thanks!