failing to start apache2

Asif Iqbal vadud3 at gmail.com
Wed Mar 24 16:31:23 UTC 2010


On Tue, Mar 23, 2010 at 11:46 PM, Asif Iqbal <vadud3 at gmail.com> wrote:
> $ tail /var/log/apache2/error.log
> [Tue Mar 23 23:26:15 2010] [error] Unable to configure RSA server private key
> [Tue Mar 23 23:26:15 2010] [error] SSL Library Error: 185073780
> error:0B080074:x509 certificate routines:X509_check_private_key:key
> values mismatch
>
> Could not find anything recent in google.

ok /etc/apache2/sites-enabled/default-ssl is pointing to the following

SSLCertificateFile    /etc/ssl/certs/puppet.crt
SSLCertificateKeyFile /etc/ssl/private/puppet.key


I went to the following url (thanks to zul in #ubuntu-server)

http://www.enterprisessl.com/ssl-certificate-support/server_faq/ssl-server-certificate-apache.html
and follow the section

"Error: "OpenSSL:error:0B080074:x509 certificate
outines:x509_check_private_key:key values mismatch"

openssl x509 -noout -text -in /etc/ssl/private/puppet.key
openssl rsa -noout -text -in /etc/ssl/certs/puppet.crt

The "modulus" and "public exponent" portions in the key and the
certificate file are matching

However I am still getting this error

[Wed Mar 24 00:17:06 2010] [error] Unable to configure RSA server private key
[Wed Mar 24 00:17:06 2010] [error] SSL Library Error: 185073780
error:0B080074:x509 certificate routines:X509_check_private_key:key
values mismatch


>
> --
> Asif Iqbal
> PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
>



-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?




More information about the ubuntu-server mailing list