SSL on Apache 6.0.18 troubles

2011-03-08 Thread Jacob Nyhart
I am running Apache version 6.0.18 on a Windows 2003 server. Cannot go to 6.0.29 yet because of vendor/client requirements. I am attempting to setup SSL, but am not having any success and so I seek your help. My connector in my settings.xml file looks like this:

Re: SSL on Apache 6.0.18 troubles

2011-03-08 Thread Filip Hanik - Dev Lists
add SSLEnabled=true to your connector Filip On 3/8/2011 12:20 PM, Jacob Nyhart wrote: I am running Apache version 6.0.18 on a Windows 2003 server. Cannot go to 6.0.29 yet because of vendor/client requirements. I am attempting to setup SSL, but am not having any success and so I seek your

Re: SSL on Apache 6.0.18 troubles

2011-03-08 Thread Jacob Nyhart
That fixed it. Well, I feel officially dumb knowing the solution was that simple and staring me right in the face... ./facepalm Thanks for your quick response! ~J On Tue, Mar 8, 2011 at 2:36 PM, Filip Hanik - Dev Lists devli...@hanik.comwrote: add SSLEnabled=true to your connector Filip