Hi,
My problem is not specific to wicket but I'm hoping that someone in the community has fought this battle before and is willing to lend a helping hand. I am using the HttpsRequestCycleProcessor and I only have the @RequireHttps annotation on one page, the registration page. I have apache httpd and tomcat talking to each other with a virtual host using proxypass and proxypassreverse on port 80 and all that is working fine. The problem becomes when I try to configure everything for SSL. I'm unsure whether I need SSL to be configured in tomcat and apache httpd or just one of them and not the other. I have generated a self signed certificate and key file for apache httpd and tried it with just that. When that did not work I pointed tomcat to the same files. Still nothing. The problem I am seeing is that the browser just hangs when I try to hit the SSL page. In the apache httpd access.log file I see a request for the page come in and a http 302 status code is returned. I've read everything I can find on the topic but no one talks about how to configure it when you are using both tomcat and apache. Any and all help is much appreciated because I have looked everywhere. Thanks, Josh
