0
votes

I have configured SSl certificate on AWS EC2 server by following Step-by-Step procedure to generate a CSR and install an SSL Certificate on a Tomcat web server. And I purchased this SSl certificate from Comodo. But after all installations setup, am not redirecting to my server when I add HTTPS to it.

Please help me out on this issue...

Thank you

1
Stack Overflow is a site for programming and development questions. This question appears to be off-topic because it is not about programming or development. See What topics can I ask about here in the Help Center. Perhaps Web Applications Stack Exchange, Webmaster Stack Exchange or Unix & Linux Stack Exchange would be a better place to ask. - jww

1 Answers

0
votes

If you want to force a redirect from http to https you need this

<Connector port="xx" protocol="HTTP/1.1" 
               redirectPort="443"/>