Conditionally permitting HTTP-only requests to Tomcat?
- by Mike
I have 2 versions of a system:
Tomcat webserver
Nginx reverse-proxy sitting in front of a tomcat webserver.
In version 2, nginx only ever talks to Tomcat over HTTP.
A user could configure the system so that only HTTPS requests are allowed. If the user does this in Version 1 and then the XML configuration files for Tomcat takes care of this.…