Re: [users@httpd] Apache2.4 forward proxy ssl between client and proxy server

2018-04-10 Thread Mike Maiorana
Rajesh, Try this: curl -I -x 172.16.130.2:443 https://example.com Still SSL to example.com, but using the http proxy on port 443. Still encrypted. Mike M. On Tue, Apr 10, 2018 at 8:34 AM, Eric Covener wrote: > On Tue, Apr 10, 2018 at 8:10 AM, Rajesh

[users@httpd] Configuring httpd forward proxy to restrict destinations by subnet

2018-04-05 Thread Mike Maiorana
I have an Apache httpd v2.2 server (on Centos 6) set up as a forward proxy to get to a DMZ in a test lab environment. It is working, but I would like to restrict destinations to specific subnets, both IPv4 and IPv6. I've searched for a solution and have not been able to find and answer. Here is