It's all about the answers!

Ask a question

Squid proxy server setup problems


Tory Tomlinson (61) | asked Aug 31 '10, 6:59 p.m.
I'm trying to get the Squid reverse proxy server to work and don't have the project funds available to become an expert. I'm following these directions. http://jazz.net/library/article/325

Im trying the Reverse Proxy method now. The curl test seems to work, I get a 302 in the output anyway.
My client still cant connect and Im getting this cache.log error:
2010/08/25 13:19:57| clientNegotiateSSL: Error negotiating SSL connection on FD 12: error:1407609B:SSL routines:SSL23_GET_CLIENT_HELLO:https proxy request (1/-1)

This is my squid.conf file:
cache_replacement_policy heap GDSF
memory_replacement_policy heap GDSF
cache_dir aufs /usr/local/squid/var/cache 4000 256 256
cache_mem 1000 MB
cache_store_log none
cache_peer <Win-RTC-svr 9443 0 no-query originserver name=httpsAccel ssl login=PROXYPASS sslflags=DONT_VERIFY_PEER
cache_peer_access httpsAccel allow all
coredump_dir /usr/local/squid/var/cache
http_access allow all
https_port 3128 cert=/usr/local/squid/etc/server.pem accel key=/usr/local/squid/etc/privkey.pem vhost
refresh_pattern . 0 20% 4320
cachemgr_passwd disable all
maximum_object_size 1024 MB
maximum_object_size_in_memory 16 MB
buffered_logs on
visible_hostname <linux>

My RTC clients network preference is:
HTTP proxy: <linux> port:3128
SSL Proxy: <linux> port 3128
The rest is the same. I used my UID and PW for enable proxy auth

One answer



permanent link
Tory Tomlinson (61) | answered Sep 01 '10, 3:12 p.m.
The solution to this problem was to NOT set the network preference to point to the proxy, but to Connect to the proxy:3128.
Thank you.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.