1830749 Members
1683 Online
110015 Solutions
New Discussion

squid big problem

 
samir_29
New Member

squid big problem

hello all
i used squid as cache server "ISP" with wccp i in redhat9 box every thing was ok then all support phone start ring all say that hotmail and yahoo not work i do my beast but i can not solve this i see that i have some kind of problem with all https not just yahoo and hotmail the ERROR
The requested URL could not be retrieved

i see old post http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1111830349909+28353475&threadId=641950
but i don't find his config file after the probelm is over if someone can help pleas

4 REPLIES 4
Florian Heigl (new acc)
Honored Contributor

Re: squid big problem

I think raising the maxconn setting as recommended in that thread should do the trick. Did You try it already?

(strange enough an issue anyway)
yesterday I stood at the edge. Today I'm one step ahead.
samir_29
New Member

Re: squid big problem

hi
thanks so much i will try it b4 but it's not work :(

acl all maxconn 20

what do u think els can be coz of this probelm ????
Kodjo Agbenu
Honored Contributor

Re: squid big problem

Hello,

Is your squid cache running behind a IPTABLES firewall ? If yes, try the TCPMSS hack explained in the manpage of iptables.

Good lcuk.
Kodjo
Learn and explain...
samir_29
New Member

Re: squid big problem

iptables -t nat -A PREROUTING -p TCP --dport 80 -j REDIRECT --to-port 3128

iptables -t nat -A PREROUTING -p TCP --dport 443 -j REDIRECT --to-port 3128

this the only rule i used in linux box
i still can not solve this