[squid-users] HTTPD reverse proxy

From: M Harrata <mohamed.harrata@dont-contact.us>
Date: Thu, 6 Oct 2005 08:39:43 +0200

Hi all;

I'm trying to use squid in REVERSE proxy mode. It works very fine for a
simple use like:

Client -> http://outside -> http://inside

I try then to use it with a secure connection:
Client -> https://outside -> https://inside IT'S NOT WORKING at ALL.

This is my configuration:
--------------------------------------------------------
http_port 80
https_port mylocalHost:443 cert=/tocert.key

http_accel_host myInternalHost
http_accel_port 443
---------------------------------------------------------

When I start squid, and type:

netstat -t -l, system tells me:

*:443 LISTENEN

So I presume squid is listening on port 443. (Before starting squid, no
daemon is listening on port 443)

What's wrong with my conf? what's to do for using https in reverse proxy
mode ? can I have a mix : using http and https reverse proxying ?

 Best regards

Cordialement
Received on Thu Oct 06 2005 - 00:37:58 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Nov 01 2005 - 12:00:04 MST