LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cannot install yahoo messenger and cannot update antivirus with squid proxy (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-install-yahoo-messenger-and-cannot-update-antivirus-with-squid-proxy-894187/)

hans_bug 07-27-2011 09:44 PM

cannot install yahoo messenger and cannot update antivirus with squid proxy
 
hi,
i have configured squid proxy but i cannot install or update yahoo messenger and cannot even update antivirus with squid proxy running.

here's the error log when trying to install ym:
TCP_DENIED/403 642 GET http://c-ymsgr1100_2009_usexe.a-ymes...0_2009_us.exe? - NONE/- text/html

and also, i cannot attache files in yahoo messenger for behind the proxy.
please help,

linuxlover.chaitanya 07-29-2011 01:59 AM

Ask your system administrator to open the domain you are trying to connect to. It is blocked. And if you are in a corporate network, then I would not try to play with the IT policies.
No one would help you here to get past your proxy until it is clear that what you are trying to do is not illegal. Give more information where you are accessing internet and who is managing the proxy. Is it your company? If it is, sorry no help here.

hans_bug 07-30-2011 03:24 AM

hi,
i believe my question was not really that clear..sorry for that,
anyway, i was the one who configured the proxy server..the antivirus update problem has been solved but i'm still having problems with the yahoo messenger upgrade or new installation..and oftentimes, we just get kicked out in the middle of the conversation, and YM asks us to re-login..we also cannot attach files in YM unlike when we're not behind the proxy..

here's my config:

http_port 192.168.2.64:3128
acl mynet src 192.168.2.0/24

acl YIM_ports port 5000-5100
acl YIM_domains dstdomain .yahoo.com .yahoo.co.jp .yahoo.co.id .yahoo.com.sg
acl YIM_hosts dstdomain scs.msg.yahoo.com cs.yahoo.co.jp
acl YIM_methods method CONNECT
http_access allow YIM_methods YIM_ports YIM_hosts
http_access allow YIM_methods YIM_ports YIM_domains

acl games url_regex "/etc/squid/game-sites.squid"
acl bad_siteswords url_regex "/etc/squid/bad-words.squid"

http_access deny bad_siteswords
http_access deny games

deny_info URL_ERROR games
deny_info URL_ERROR bad_siteswords
http_access allow mynet

any help is greatly appreciated!
thanks in adv...


All times are GMT -5. The time now is 12:04 AM.