You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Bogdan Ribic <ri...@yahoo.com> on 2007/01/30 10:40:21 UTC

connection level filter that redirects to internal SSL site

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.