[squid-users] Squid3: https virtual domain redirects

From: Jim Flowers <jflowers@dont-contact.us>
Date: Fri, 5 Sep 2003 13:45:12 -0500

I am trying to set up a Squid3 accelerator to accept https:// requests and to
rewrite them to a virtual domain as http:// requests. In order to do this I
use:
 
https_port 443 cert=/usr/local/etc/apache/ssl.crt/server.crt
key=/usr/local/etc/apache/ssl.key/server.key accel
defaultsite=my.virtualhost.com protocol=http.

This appears to rewrite everything to http://my.virtualhost.com on its own
and does not ever get to the redirect_program instead showing up as an
http:// request at my.virtualhost.com on port 443.

Can Apache3 be configured as an accelerator rewriting https:// requests to
http:// name-based virtual domains? How do I get the request to the
redirect_program?

--
Jim Flowers<jflowers@ezo.net>
Received on Fri Sep 05 2003 - 12:44:56 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:19:33 MST