Tuesday, March 4, 2014

You probably face this error while using OpenSSL
WARNING  can't open config file
Unable to load config info from
That's mean, openssl can't find configuration file - generally known us openssl.cnf - so you have to set the envirement variable OPENSSL_CONF to the configuration file path, for example:

#export OPENSSL_CONF=/etc/ssl/openssl.cnf

That's all folks !

0 comments:

Post a Comment