[squid-users] Reverse SSL proxy on squid v3

From: DUBOST Gaetan (DSIT-XA) <Gaetan.DUBOST@dont-contact.us>
Date: Fri, 23 May 2003 10:06:11 +0200

Hi,

I am trying to configure a reverse proxy on squid v3 :

Client --HTTPS-> Reverse Proxy --HTTP--> Server
Client --HTTP-> Reverse Proxy --HTTP--> Server

I have two problems :

I)http

http_port 80 accel

The reverse http proxy works but when I shutdown squid
I get the following error message :

Stopping squid: FATAL: Bungled squid.conf line 62: http_port 80 accel
Squid Cache (Version 2.5.STABLE2): Terminated abnormally.

What is the correct syntaxe ?

II) https

I've created a self signed certificate and a key with the following command
:
openssl req -x509 -newkey rsa -keyout key.pem -out cert.pem

In my squid.conf I added the line :
https_port 443 cert=/PATH/TO/cert.pem key=/PATH/TO/key.pem

Squid cannot start and I have no logs neither in access.log nor in
cache.log...

The result of squid -v is :
Squid Cache: Version 3.0.DEVEL-20030522
--snip--
'--enable-carp' '--with-pthreads' '--enable-storeio=aufs,coss,diskd,ufs'
'--enable-removal-policies=heap,lru' '--enable-snmp' '--enable-arp-acl'
'--enable-poll' '--enable-linux-netfilter' '--enable-delay-pools'
'--enable-ssl' '--enable-basic-auth-helpers=LDAP,NCSA,PAM,SMB'
--snip--

Is there an howto about that kind of configuration ?

Thx for your answers,

Gaëtan
Received on Fri May 23 2003 - 02:06:52 MDT

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