Yes, I did it now and it worked. thanks for the pointer:)<br><br>
<div class="gmail_quote">On Thu, Mar 18, 2010 at 10:09 AM, Jim Perrin <span dir="ltr"><<a href="mailto:jperrin@gmail.com">jperrin@gmail.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div class="im">On Thu, Mar 18, 2010 at 10:04 AM, testwreq wreq <<a href="mailto:testwreq@gmail.com">testwreq@gmail.com</a>> wrote:<br>> Apache was working with self signed certificate. We changed the ssl.conf<br>
> file to read certicates from godaddy and it it failed to restart because of<br>> incorrecrt parphrase.<br>><br>> bash-3.2# /sbin/service httpd restart<br>><br>> Stopping httpd:                                            [  OK  ]<br>
><br>> Starting httpd: Apache/2.2.3 mod_ssl/2.2.3 (Pass Phrase Dialog) Some of your<br>> private key files are encrypted for security reasons.<br>><br>> In order to read them you have to provide the pass phrases.<br>
><br>><br>><br>> Server <a href="http://tt.cs.sb.edu:443/" target="_blank">tt.cs.sb.edu:443</a> (RSA) Enter pass phrase:<br>> Apache:mod_ssl:Error: Private key not found.<br>> **Stopped<br><br></div>Did you swap out both the server.key and server.crt files... and the<br>
references in the config?<br>
<div class="im"><br><br><br>> I then put the original ssl.conf back  (saved the ssl file with go daddy<br>> changes to ssl_gd.conf) but could not stop or start apache and this was the<br>> error<br></div>
<div class="im">> I re-generated the self signed certificate keys and restarted the server.<br>><br>> /sbin/service httpd start is looking for ssl_gd.conf and NOT SSL.CONF;<br>> Don't know how this happened?<br>
><br>> Starting httpd: Syntax error on line 143 of /etc/httpd/conf.d/ssl_gd.conf:<br>> SSLCertificateFile: file '/etc/sslcertificate/gd.crt' does not exist or is<br>> empty<br>>                                                            [FAILED]<br>
><br>> Can anyone give some pointers to solve this?<br><br><br></div>The default httpd.conf looks for and includes any file with a .conf<br>extension from /etc/httpd/conf.d/ . If you want it to not load one of<br>the two configs you're using, make it .bak or something  other than<br>
.conf.<br><font color="#888888"><br><br>--<br>During times of universal deceit, telling the truth becomes a revolutionary act.<br>George Orwell<br>_______________________________________________<br>CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br></font></blockquote></div><br>