Updating SSL Cert won't work

redeye

Verified User
Joined
May 11, 2004
Messages
150
[SOLVED]


I have a problem with updating my expired ssl certificate.

I've followed these instructions: http://www.site-helper.com/ssl.html

generated a new csr and purchased a new one with godaddy. Installing the cert wil give no errors. Updating the CA Root will give:

Code:
Success!

Details

CA Certificate is ok. Your site should be secure within a few minutes.

NP, i think, but what ever I try, my old, expired cert is used.

I've restarted httpd, checked the httpd.conf, it's correct. The .key .cert and .cacert are updated in the ..../data/users/---/ directory.

:S What am I missing?

Help is appreciated. :confused:
 
Last edited:
Try a manual httpd restart.

If that doesn't work, check the files at the command line to see if they're in the right place; specifically check the domain-specific httpd.conf file.

Jeff
 
Try a manual httpd restart.

If that doesn't work, check the files at the command line to see if they're in the right place; specifically check the domain-specific httpd.conf file.

Jeff

Jeff,

Did all of this, still no working. I'm missing something, I'm sure, but what ?????
 
Someone's going to have to look at your system to figure it out. Have you asked GoDaddy support?

Jeff
 
Someone's going to have to look at your system to figure it out. Have you asked GoDaddy support?

Jeff

No not yet, I think it's not the certificate, but my machine where the problem is. I issued a certificate on IIS without problems. :S
 
UPDATE: John helped me with the sollution :D. The site was not the default site on that IP. Set it default and GO.

Thanks all for helping.
 
Back
Top