Re: [squid-users] rpc over http problems

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Tue, 27 May 2008 16:27:49 +1200 (NZST)

> I'm trying to get squid-3.0-STABLE5 working as an accelerator with
> unencrypted traffic to the Exchange back-end.
> Starting with
> http://wiki.squid-cache.org/ConfigExamples/SquidAndRPCOverHttp, I
> obtained a certificate for rpc.xyz.com from godaddy. I then modified the
> config to look like this:
>
> cache_peer ip_of_exchange parent 80 0 no-query originserver login=PASS
> ssl sslcert=/usr/share/ssl/rpc.pem name=exchange_rpc
>
> OL will not connect and nothing shows up in access.log. Running tcpdump
> on the external port on the squid box, I do see incoming connection
> attempts but nothing is passed to the exchange server.
>
> I've been struggling with this for a while. Any help would be most
> appreciated.

Is the public domain clients use for OWA/RPC pointing at squid?

Also, to make it:
  client -> (HTTPS) -> Squid -> (HTTP) -> exchange.
remove the SSL to backend exchange, drop the ssl* options from cache_peer
and replace them with "front-end-https" option.

Amos
Received on Tue May 27 2008 - 04:27:51 MDT

This archive was generated by hypermail 2.2.0 : Tue Aug 05 2008 - 01:05:14 MDT