Re: [EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-16 Thread Rex Brooks
Thanks again, Bill, Thinking through this as I tried Bill Jones' suggestions, it appears that the PassPhrase with or without a dialog applet is not at fault here. The first time this start failure occurred it was immediately after registering a new user in the ebxmllrr -3.0-beta1 registry us

Re: [EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-16 Thread Rex Brooks
Thanks Bill, Sounds like a plan. Did not know about octal. As for SSL being at fault, I based that only on the error message and the fact that removing mod_ssl allows httpd to start. The fact that it starts but won't accept connections seems signficant, and it seems like the VirtualHost sett

Re: [EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-16 Thread Bill Jones
On 5/16/06, Rex Brooks <[EMAIL PROTECTED]> wrote: openssl rsa -in server.key.orig -out server.key OK; sorry. also the chmod 0400 should be chmod 400, but neither of those It's octal so 0400 is correct but 400 and 0400 are the same =) impacted the results: The passphrase was removed but

Re: [EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-16 Thread Rex Brooks
I tried both of Bill's suggestions and neither solved the problem yet. The error message steadfastly remains the same. At least its consistent. Just a slight note, there was a typo on the modssl.org page which got transferred: openssl rsa -in server.key.org -out server.key should be: open

Re: [EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-15 Thread Rex Brooks
Thanks Bill, I will be running Bill Jones' suggestion first in the a.m. around 4:00 a.m. We'll see where I go from there. I will post the results as soon as I know. Given the project this effort is designed for, security concerns are going to get more, not less important, but I will just have

Re: [EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-15 Thread Bill Jones
On 5/15/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: I wrote support/win32/wintty.c to create a console window on the fly for such a dialog, letting the service speak with the user at the console. Obviously, it's win32 specific. But I can't imagine it would be impossible to create a simil

Re: [EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-15 Thread Rex Brooks
Thanks Bill, Since I am a morning person, I will do this at about 4:00 a.m. in the morning here on the left coast. I would love to try it now and confirm it, but I've learned better. I just want to be on the safe side, or the safe side, and I know for sure I am better at being careful in the

Re: [EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-15 Thread William A. Rowe, Jr.
Rex Brooks wrote: I have Apache2 in RHEL4, so I am assuming that the SSL Sections you refer to are in ssl.conf which is loaded as a DSO. I understand that httpd must be able to read the crt/pem file. I did specify a pass phrase when I created the key/crt. However, I do not get a request ask

Re: [EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-15 Thread Bill Jones
On 5/15/06, Rex Brooks <[EMAIL PROTECTED]> wrote: I did specify a pass phrase when I created the key/crt. However, I do not get a request asking me to supply the pass phrase when I enter: service httpd start. I just get the same FAILED notice with the same error in the error_log. You likely wo

Re: [EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-15 Thread Rex Brooks
Sorry the thread is so confusing. I tried to boil the symptoms down to the basics in that last post. I have Apache2 in RHEL4, so I am assuming that the SSL Sections you refer to are in ssl.conf which is loaded as a DSO. What I have does not match the page specified, at least not exactly or in

Re: [EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-15 Thread Bill Jones
On 5/15/06, Rex Brooks <[EMAIL PROTECTED]> wrote: I'm still stuck with httpd not starting while mod_ssl included in Apache2.0 in RHEL4. httpd will start without mod_ssl. Sorry, I have tried to read this thread but I am totally confused; could you please see if your SSL sections match this exam

[EMAIL PROTECTED] SSL Problem Still not Solved in Apache2-RHEL4

2006-05-15 Thread Rex Brooks
I'm still stuck with httpd not starting while mod_ssl included in Apache2.0 in RHEL4. httpd will start without mod_ssl. However, connection is then refused at both of the Virtual Hosts I'm using together: Default=mysqld-php portal; Other=Derby-tomcat-jsp ebxmlrr registry; so I returned to tur