Re: Is SSL keystore with AJP connector possible?

2012-04-04 Thread mandg
in context: http://tomcat.10.n6.nabble.com/Is-SSL-keystore-with-AJP-connector-possible-tp3814537p4687935.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Is SSL keystore with AJP connector possible?

2012-01-19 Thread André Warnier
mandg wrote: 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

Re: Is SSL keystore with AJP connector possible?

2012-01-19 Thread mandg
=true xmlValidation=false xmlNamespaceAware=false /Host /Engine /Service /Server -- View this message in context: http://tomcat.10.n6.nabble.com/Is-SSL-keystore-with-AJP-connector-possible-tp3814537p3881358.html Sent from the Tomcat

Re: Is SSL keystore with AJP connector possible?

2012-01-19 Thread André Warnier
mandg wrote: 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 Pid
On 19/01/2012 05:29, mandg wrote: handler start failed: java.lang.Exception: Socket bind failed: [730048] Only one usage of each socket address (protocol/network address/port) is normally permitted. Is there an existing version of the application already running? Does the application bind

Re: Is SSL keystore with AJP connector possible?

2012-01-19 Thread Bilal S
If you are running windows, have you tried to connect to IIS via HTTPS and then via AJP to tomcat? I find that this is much easier solution then trying to configure HTTPS on tomcat or apache httpd.

Re: Is SSL keystore with AJP connector possible?

2012-01-19 Thread mandg
. Thanks and I'll keep this updated as I learn more. -- View this message in context: http://tomcat.10.n6.nabble.com/Is-SSL-keystore-with-AJP-connector-possible-tp3814537p3882571.html Sent from the Tomcat - User mailing list archive at Nabble.com

Is SSL keystore with AJP connector possible?

2012-01-18 Thread mandg
in context: http://tomcat.10.n6.nabble.com/Is-SSL-keystore-with-AJP-connector-possible-tp3814537p3814537.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Is SSL keystore with AJP connector possible?

2012-01-18 Thread Igor Cicimov
? Or will that somehow break the site/application that's running on Tomcat? -- View this message in context: http://tomcat.10.n6.nabble.com/Is-SSL-keystore-with-AJP-connector-possible-tp3814537p3814537.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: Is SSL keystore with AJP connector possible?

2012-01-18 Thread Caldarale, Charles R
From: mandg [mailto:gsca...@federatedinv.com] Subject: Is SSL keystore with AJP connector possible? I see that the AJP/1.3 connector is configured and not APR. APR will be used automatically for HTTP Connectors if the tcnative-1.dll file is found in Tomcat's bin directory and the APR

Re: Is SSL keystore with AJP connector possible?

2012-01-18 Thread Rainer Jung
On 19.01.2012 00:09, mandg wrote: 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

Re: Is SSL keystore with AJP connector possible?

2012-01-18 Thread mandg
-keystore-with-AJP-connector-possible-tp3814537p3874653.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h