Hi all,
I have issue with moving working SSL cert from Apache with OpenSSL, I
had asked this question before on serverfault but no solution yet.
Hope someone in this mailing list can help me solve the problem.

We just setup new Windows machine as a web server, with Apache 2.2.19
with openssl installed and we want to move our existing web including
the SSL certificate (Verisign) from the old setup, Linux, Apache
2.2.3.

Now, if I search online, all I can find is to copy and paste the cert
files to the new server. But when I have done all the configurations,
Apache failed to start with nothing printed in error log, only a
prompt saying The Requested Operation has failed.

I tried to run httpd.exe -e debug and saw it stopped on Loaded module
ssl_module and these lines printed in the error.log:
[Thu Aug 18 18:18:18 2011] [info] Init: Initialized OpenSSL library
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.

And from Windows event viewer:
Faulting application httpd.exe, version 2.2.19.0, time stamp
0x4dd6eda8, faulting module libapr-1.dll, version 1.4.5.0, time stamp
0x4dd6ed65, exception code 0xc0000005, fault offset 0x0000fc39,
process id 0xe08, application start time 0x01cc5b07b33b8a60.

I'm sure that I configured the path to crt files correctly, since this
is what I get if I tried to put a wrong path:

[Thu Aug 18 18:13:35 2011] [debug] mod_so.c(246): loaded module ssl_module
Syntax error on line 133 of C:/Apache2.2/conf/extra/httpd-ssl.conf:
SSLCACertificateFile: file 'C:/Apache2.2/conf/ssla/intermediate.crt'
does not exist or is empty

Apache runs perfectly if I use a self signed certificate. What might
be gone wrong?

Link to view the question in formatted text:
http://serverfault.com/questions/302513/moving-ssl-certificate-to-another-apache-server

Regards,
Hendry
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to