Hi all,I have a question - would it be possible to intercept an incomming request, figure out if it is a proxy CONNECT request for remote https server and then redirect to a local SSL site.
Intention is to put this on a proxy server and block access to remote https server by making local apache server handle all https:// requests instead of tunneling data to/from remote site.
