Since I started using an application behind a reverse proxy (Apache2's mod_jk), I've noticed some pages would not load; but do load, without the reverse proxy settings.
The error in Google Chrome:
Failed to load resource: net::ERR_CONNECTION_RESET.
Simply, a JavaScript file would partially load; ~12KB out of ~50KB.
I thought something was wrong with Apache2, mod_jk, AJP, or Jetty.
I tried using different browsers along with different networks.
Verdict: The error
ERR_CONNECTION_RESET
occurs only when I use networks with a static IP.
I decreased my security level in one router, but in vain.
How to overcome this issue?
Are networks with static IP equipped with higher levels of security?
This is a stalemate because the reverse proxy is mainly destined to take advantage of static IP addresses of our selling points for an increased level of security.