Hi Team,
We have a set up like Apahce (80,443) redirects the request to Tomcat (8080) using mod_jk.
The new requirement is to route the request from the same apache to another tomcat (8090). Hence I made the different config file for apache with different ports (86,4444) and different worker for mod_jk which routes the request to tomcat.
Now the issue is when I hit the url http://<servername>:86 and after providing the credentials, it is redirecting to https://<servername>:86 and throwing the below error.
Error in browser:Secure Connection Failed
An error occurred during a connection to
pritoolvca1.sw.ericsson.se:86. SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long)