On Wed, Mar 24, 2010 at 10:58 PM, Asif Iqbal <[email protected]> wrote: > On Wed, Mar 24, 2010 at 12:31 PM, Asif Iqbal <[email protected]> wrote: >> On Tue, Mar 23, 2010 at 11:46 PM, Asif Iqbal <[email protected]> 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 >> > > I am wondering if reinstalling apache2 pkg would be the recommended route
Fixed: I had a Include file that was ruby passenger (aka mod_rail) that was pointing to puppetmaster. The SSL keys and certs in the Include's conf were broken. > > > > > -- > 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? -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
