[mod-security-users] mod_security with proxy - HTTP or HTTPS ?
Brought to you by:
victorhora,
zimmerletw
|
From: Edouard G. <eg...@pa...> - 2018-04-26 18:48:42
|
Hello Dear Mod_security users, I installed mod_security on a proxy web server with apache, in order to inspect & protect traffic to a final web serveur on my LAN. Internet <== HTTPS ==> [PROXY with mod_security] <<=== LAN HTTP ===> [ WEB server] This was the V1 configuration. Then, I changed to V2 : Internet <== HTTPS ==> [PROXY with mod_security] <<=== LAN *HTTP**S* ===> [ WEB server] So I wondered if with V2, mod_security is able to inspect the traffic on the proxy server, because the traffic is encrypted in HTTPS. Should I better to install mod_security on the WEB server instead of the PROXY ? Best Regards, EG |