If you are using load balancer, than here is the solution:
http://www.satyakomatineni.com/akc/servlet/DisplayServlet?url=DisplayNoteMPURL&reportId=1711&ownerUserId=satya

Recently I had exactly same issue, now I solved it using this approach.

Alex Objelean

TahitianGabriel wrote:
> 
> Hi,
> 
> Did you ever solve this problem?
> I'm having the exact same problme with apache 2, tomcat 6 and wicket
> 1.3.6.
> Some of the Https URLs are redirect to Http. It seems to happen when I use
> the setResponsePage(Page) fonction.
> 
> Any help would be appreciate...
> 
> 
> 
> insom wrote:
>> 
>> Thanks to everyone who has suggested solutions. It turns out that the
>> issue is stranger than I thought, and it's not Wicket-specific. I'll
>> share what we've got, in case it helps anyone else (not that we have a
>> solution yet.)
>> 
>> We have a load balancer, Apache, and Tomcat handling requests. When any
>> servlet application is called, for example,
>> https://jprod01.chemeketa.edu/docs/ (which is one of the sample apps that
>> installs with Tomcat), it display perfectly fine if it has the "/" after
>> docs. But if the URL is https://jprod01.chemeketa.edu/docs (without the
>> "/") then browser automatically gets redirected to
>> http://jprod01.chemeketa.edu/docs/ (with the "/" but without the "s" in
>> "https"). Why? Who knows.
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/https-flips-to-http-tp19403303p24624218.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to