On one of my servers I had SSL setup to
https://secure.domain.com and everything worked fine. I recently got a new certificate for
www.domain.com (instead of secure.domain.com). I changed the Servername in the Apache conf file from secure.domain.com to
www.domain.com, restarted Apache and when I try to connect to
https://www.domain.com it refuses the connection. But when I connect to
https://secure.domain.com it still pulls it up even though I changed it in Apache. Am I missing something here? Any help would be appreciated, its driving me up the frickin wall.