RE: Apache SSL + mod_jk

2006-12-18 Thread Bijan Vakili
: Re: Apache SSL + mod_jk Hi, there are plenty of ways, how those links could be produced. Usually it works well with mod_jk, because mod_jk carries forward the information, if the original protocol was http or https. So request.getScheme() should return the right protocol prefix. The solution of

Re: Apache SSL + mod_jk

2006-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bijan, Bijan Vakili wrote: > I've been trying to get mod_jk to work where > > 1) Users connect to the Apache server via HTTPS > 2) All requests are proxied to Tomcat via mod_jk using AJP1.3 > > I have been able to get this to work with H

Re: Apache SSL + mod_jk

2006-12-16 Thread Rainer Jung
Hi, there are plenty of ways, how those links could be produced. Usually it works well with mod_jk, because mod_jk carries forward the information, if the original protocol was http or https. So request.getScheme() should return the right protocol prefix. The solution of your problem will depend o

Apache SSL + mod_jk

2006-12-15 Thread Bijan Vakili
Hi, I've been trying to get mod_jk to work where 1) Users connect to the Apache server via HTTPS 2) All requests are proxied to Tomcat via mod_jk using AJP1.3 I have been able to get this to work with HTTP. However, when I switch to using HTTPS, the HTML content returned by T