2

I'm trying to generate certficate request for zend server ce on Windows (I'm using openSSL). I'm also using this online tools to generate command: tools.ssl.com

But when I tried to run, the openSSL have problem:

Unable to load config info from ........apache2bin/........apache2bin/openssl.cnf
error in req

What's possibly wrong? Any hints?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Viktor
  • 139
  • 3
  • 16

1 Answers1

1

It happens on zend server (Windows) because openssl fails to look for configuration file. To solve this I added a new parameter:

-config <path to mod_ssl config file>
BenMorel
  • 34,448
  • 50
  • 182
  • 322
Viktor
  • 139
  • 3
  • 16