Thats correct, your entire HTTPS set up can be only from Apache outwards and AJP/HTTP between Apache and JBoss/Tomcat.
On Fri, Jul 1, 2011 at 9:45 AM, vp143 <[email protected]> wrote: > I have seen posts talking about this connector in Tomcat/Jboss > > <Connector protocol="HTTP/1.1" SSLEnabled="true" > port="8443" address="${jboss.bind.address}" > scheme="https" secure="true" clientAuth="false" > keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore" > keystorePass="rmi+ssl" sslProtocol = "TLS" /> > > My understanding from what I have read is that this connector does not need > to be enabled because I am using Apache as the web server which handles all > the SSL traffic i.e SSL traffic is transparent to the Tomcat/Jboss, hence > ProxyPass etc are forwarding to port 8080 even for VirtualHost 443. > Can anyone verify this is correct? > > On 1 Jul 2011, at 14:32, Martin Grigorov-4 [via Apache Wicket] wrote: > > > Your Apache conf is SSL for 443, but the proxyed web server (Tomcat?!) > > is http:// > > Maybe this is the problem. > > > > > > If you reply to this email, your message will be added to the discussion > below: > > > http://apache-wicket.1842946.n4.nabble.com/Configure-http-and-https-with-apache-and-jboss-tp3633546p3638211.html > > To unsubscribe from Configure http and https with apache and jboss, click > here. > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Configure-http-and-https-with-apache-and-jboss-tp3633546p3638231.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Jeremy Levy
