Hello, > Apache:mod_ssl:Error: Private key not found. > **Stopped it seems that you have only installed the certificate (the signed public key) in your apache server. For normal operation apache will also need the private key in PEM format. You should check your Oracle web server documentation if there is a way to export key pairs to PKCS#12. This will create a file containing the private key and the signed public key (the certificate). This file can then be used in apache. If there is no such export functionality in the Oracle server and the key pair was generated internaly, you might not be able to re-use the cert. Best Regards, Reiner. -- -- ---------------------------------------------------------------------- Reiner Buehl Internet: P.O. Box 100324 [EMAIL PROTECTED] 70747 Leinfelden-Echterdingen Germany ---------------------------------------------------------------------- Sent through GMX FreeMail - http://www.gmx.net
Dear
Users!!
Im am a newie to the
OpenSSL / OpenSA-Architecture. We normally use the ORACLE Application Server as
the WebServer. Now we use additionally the OpenSA /
OpenSSL-Bundle.
My problem: We have
a SSL-Key from Verisign for the ORACLE Application Server (Spyglass listener).
Now I tried to implement that key for the Apache Listener. But when starting the
"Apache -D SSL" I get the following error message:
C:\Programme\OpenSA\Apache>apache -D SSL
[Mon Oct 09 10:22:38 2000] [warn] pid file c:/programme/opensa/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Oct 09 10:22:38 2000] [error] mod_ssl: Init: Private key not found (OpenSSL library error follows)
[Mon Oct 09 10:22:38 2000] [error] OpenSSL: error:0D084069:asn1 encoding routines:d2i_ASN1_SET:bad tag
[Mon Oct 09 10:22:38 2000] [error] OpenSSL: error:0D09D082:asn1 encoding routines:d2i_RSAPrivateKey:parsing
[Mon Oct 09 10:22:38 2000] [error] OpenSSL: error:0D09B00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
Apache:mod_ssl:Error: Private key not found.
**Stopped
[Mon Oct 09 10:22:38 2000] [warn] pid file c:/programme/opensa/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Oct 09 10:22:38 2000] [error] mod_ssl: Init: Private key not found (OpenSSL library error follows)
[Mon Oct 09 10:22:38 2000] [error] OpenSSL: error:0D084069:asn1 encoding routines:d2i_ASN1_SET:bad tag
[Mon Oct 09 10:22:38 2000] [error] OpenSSL: error:0D09D082:asn1 encoding routines:d2i_RSAPrivateKey:parsing
[Mon Oct 09 10:22:38 2000] [error] OpenSSL: error:0D09B00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
Apache:mod_ssl:Error: Private key not found.
**Stopped
Do I have to migrate
the key? If yes, which are the commands?
Thanks for your
help!!!
Peter
Wuest