HTTPD fails / SSL problem

General support questions
Post Reply
User avatar
kharvatis
Posts: 13
Joined: 2018/11/12 08:11:00
Location: Greece

HTTPD fails / SSL problem

Post by kharvatis » 2018/11/12 08:44:55

Hi all. I tried to install an SSL certificate to our apache. It turns out I prepared an erroneous certificate, and then I tried to reissue it.

However, at some point in the last two days, httpd started to fail and will not restart due to SSL errors.
[Sun Nov 11 03:46:02.045261 2018] [ssl:warn] [pid 10084] AH01909: RSA certificate configured for 192.168.201.10:443 does NOT include an ID which matches the server name
[Sun Nov 11 03:46:02.045310 2018] [ssl:emerg] [pid 10084] AH02238: Unable to configure RSA server private key
[Sun Nov 11 03:46:02.045343 2018] [ssl:emerg] [pid 10084] SSL Library Error: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Mon Nov 12 09:53:42.304802 2018] [ssl:warn] [pid 29613] AH01909: RSA certificate configured for 192.168.201.10:443 does NOT include an ID which matches the server name
[Mon Nov 12 09:53:42.304859 2018] [ssl:emerg] [pid 29613] AH02238: Unable to configure RSA server private key
[Mon Nov 12 09:53:42.304914 2018] [ssl:emerg] [pid 29613] SSL Library Error: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Mon Nov 12 09:59:23.742528 2018] [ssl:warn] [pid 2632] AH01909: RSA certificate configured for 192.168.201.10:443 does NOT include an ID which matches the server name
[Mon Nov 12 09:59:23.744707 2018] [ssl:emerg] [pid 2632] AH02238: Unable to configure RSA server private key
[Mon Nov 12 09:59:23.744764 2018] [ssl:emerg] [pid 2632] SSL Library Error: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Mon Nov 12 10:14:37.151527 2018] [ssl:warn] [pid 3025] AH01909: RSA certificate configured for 192.168.201.10:443 does NOT include an ID which matches the server name
[Mon Nov 12 10:14:37.151582 2018] [ssl:emerg] [pid 3025] AH02238: Unable to configure RSA server private key
[Mon Nov 12 10:14:37.151627 2018] [ssl:emerg] [pid 3025] SSL Library Error: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Mon Nov 12 10:29:01.026025 2018] [ssl:emerg] [pid 3612] AH02240: Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile] (/etc/httpd/conf.d/ssl.conf:56)
I have disabled the SSLENGINE, but httpd still refuses to start.
How can I bring things back to normal, before the SSL attempts, and start httpd?

aks
Posts: 3073
Joined: 2014/09/20 11:22:14

Re: HTTPD fails / SSL problem

Post by aks » 2018/11/14 21:34:44

Remove mod_ssl?

Post Reply