Invalid openssl exit code: 1

Getting following error while installing Microgateway. Please suggest.
I have already added openssl to PATH

cmd >edgemicro configure -o orgname -e test -u officialemailid current nodejs version is v8.2.1 current edgemicro version is 2.4.6 password: file doesn't exist, setting up checking org for existing vault error checking for cert. Installing new cert. Error: Invalid openssl exit code: 1 % openssl req -new -sha256 -subj /CN=localhost -key C:\Users\461778\AppData\Local\Temp\6a8d38989396e4a321e013b2f171a7431c750e77

WARNING: can't open config file: C:/OpenSSL/openssl.cnf

Unable to load config info from C:/OpenSSL/openssl.cnf at done (C:\Users\461778\AppData\Roaming\npm\node_modules\edgemicro\node_mod ules\pem\lib\pem.js:993:30) at ChildProcess.<anonymous> (C:\Users\461778\AppData\Roaming\npm\node_module s\edgemicro\node_modules\pem\lib\pem.js:1010:13) at emitTwo (events.js:125:13) at ChildProcess.emit (events.js:213:7) at maybeClose (internal/child_process.js:921:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)

0 1 3,059
1 REPLY 1

Former Community Member
Not applicable

@Abiram Radhakrishnan, openssl needs a configuration file that is missing (from the default folder). Please see stack overflow here for options on how to solve it : https://stackoverflow.com/questions/16658038/cant-open-config-file-usr-local-ssl-openssl-cnf-on-wind...