Dears, I have JSP application sitting on Apache tomcat. I have installed apache2.4 and enabled SSL with mod_jk and kerberos basic authentication working very well when i go to: https://mysite/App with user/password pop working fine.
However I want to redirect http://mysite/APP to use https instead.
I have SSL installed on both httpd ssl conf and on apache tomcat (8443)
I have http port 80,443 opened in apache and I also have 8443 opened on apache tomcat.
but everytime i go to http://mysite/APP i get this error: Bad Request Your browser sent a request that this server could not understand. Reason: You're speaking plain HTTP to an SSL-enabled server port. Instead use the HTTPS scheme to access this URL, please.
is there a way to redirect http to https apache because http apache is handling kerberos authentication.