Re: [squid-users] how to redirect https 80 requests to a cache listening to https on port 8080

From: Chris Robertson <crobertson@dont-contact.us>
Date: Fri, 09 Nov 2007 11:02:41 -0900

nick humphrey wrote:
> i already have a working configuration listening for ssl/https
> requests on port 8080, but i also want to forward all requests using
> port 80 to the same server. what is the trick?
>
> here are my relevant lines of working code right now:
> https_port 8080 cert=/usr/local/squid/etc/key.crt
> key=/usr/local/squid/etc/key.key defaultsite=mycompany.no-ip.info:8080
>
> ...
> cache_peer 10.0.0.50 parent 8080 0 ssl sslflags=DONT_VERIFY_PEER
> login=PASS no-query originserver
>
> i'm running squid 2.6.STABLE5
> i tried these combinations without any luck, just get no reponse or a
> bungled error during reconfigure -k:
> https_port 8080 80 cert=/usr/local/squid/etc/key.crt
> key=/usr/local/squid/etc/key.key defaultsite=mycompany.no-ip.info:8080
>

I don't think http_port or https_port accept more than one port per
instance. Add another https_port directive, or use the firewall rules
on your server (ipfw, ipchains, etc.) to perform the redirection.

> thanks
>

Chris
Received on Fri Nov 09 2007 - 13:03:06 MST

This archive was generated by hypermail pre-2.1.9 : Sat Dec 01 2007 - 12:00:02 MST