Re: Is SSL keystore with AJP connector possible?

2012-04-04 Thread mandg
Hi Ryan- in my case, it turned that the SSL settings were configured in another part of the application - HP Service Center in this case. The server.xml file is still using the AJP connector. I know that doesn't help you much here though unless you're using the same app. -- View this message in

Re: Is SSL keystore with AJP connector possible?

2012-01-19 Thread mandg
Well, there is the AJP connector but I gather that shouldn't matter - here's the full server.xml: ?xml version='1.0' encoding='utf-8'? Server port=8005 shutdown=SHUTDOWN Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=on / Listener

Re: Is SSL keystore with AJP connector possible?

2012-01-19 Thread mandg
Good questions about the application - I really don't know so I've passed this on to the consultants doing the install. I think there is something related to the application because when I specified https port 8444 in place of 8443 withing the connector I got the same error message on startup.

Is SSL keystore with AJP connector possible?

2012-01-18 Thread mandg
I'm working on Apache Tomcat/6.0.33 running in Windows 2003 and have been asked to setup SSL. Looking at the server.xml file, I see that the AJP/1.3 connector is configured and not APR. Like a good newbie that I am with Tomcat, I followed the Tomcat instructions for configuring SSL. However, the

Re: Is SSL keystore with AJP connector possible?

2012-01-18 Thread mandg
Thanks guys- that was all good info. So I gather now that I'll leave the AJP connector configuration alone and instead focus on getting the APR piece to work for SSL - I do in fact have the tcnative-1.dll file present in my /bin directory so I'm pretty confident now that my server is invoking the