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