Hi everyone, I need some help getting SSL working on my ISPConfig setup.
First of all, I am not even sure if I've setup the IPs correctly. I have two private IPs and two public IPs that I can use.
Private IPs:
192.168.16.36
192.168.16.37
Public IPs (For eg):
222.22.22.21
222.22.22.22
From the attachments, I am pretty sure (1) is private ip and (4) is public but not sure about (2) and (3).
So,
http://(www.)testsite.com works fine with the current configuration but as soon as I turn on the SSL, it stops working. I don't even have to touch the SSL tab, and I get the "connection was reset" error on Firefox. Also, I get the same error if I go to
https://www.testsite.com
Apache log in /var/log/apache2/error.log does not record anything; however, /var/www/web10/ssl/log/error.log has the following:
Code:
[Fri Apr 18 17:29:53 2008] [error] Unable to configure RSA server private key
[Fri Apr 18 17:29:53 2008] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:func(128):reason(116)
[Fri Apr 18 17:29:54 2008] [error] Unable to configure RSA server private key
[Fri Apr 18 17:29:54 2008] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Fri Apr 18 17:36:06 2008] [error] Unable to configure RSA server private key
[Fri Apr 18 17:36:06 2008] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Fri Apr 18 17:36:48 2008] [error] Unable to configure RSA server private key
[Fri Apr 18 17:36:48 2008] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Fri Apr 18 17:36:48 2008] [error] Unable to configure RSA server private key
[Fri Apr 18 17:36:48 2008] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Fri Apr 18 17:37:20 2008] [error] Unable to configure RSA server private key
[Fri Apr 18 17:37:20 2008] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Fri Apr 18 17:37:20 2008] [error] Unable to configure RSA server private key
[Fri Apr 18 17:37:20 2008] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Fri Apr 18 17:38:11 2008] [error] Unable to configure RSA server private key
[Fri Apr 18 17:38:11 2008] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
[Fri Apr 18 17:38:12 2008] [error] Unable to configure RSA server private key
[Fri Apr 18 17:38:12 2008] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
What could be the problem? Any help much appreciated.