LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-14-2006, 03:09 AM   #1
pradeepmenon777
Member
 
Registered: Jan 2004
Location: India
Distribution: Android 9.0.6
Posts: 123

Rep: Reputation: 16
Cannot access gmail on firefox through SQUID proxy server!


Hi friends ,
my problem is as follows ..

I have setup a proxy server on RHEL v4. I have allowed all websites for my internal network.
All pages load from internal network browser, but gmail cannot be accessed on my firefox,
Tried it out at my friend's place through windows also with the same proxy setup , cannot get gmail still in firefox.

But , it is possible to access the same page using internet explorer. Not making this post a pro-windows one , but telling you the various steps I tried out.

Do tell me the probable reasons behind this... Also , try to find me a solution for this....

Thanks in advance...
 
Old 05-14-2006, 03:25 AM   #2
sonnik
Member
 
Registered: May 2001
Posts: 149

Rep: Reputation: 17
It may not be squid as much as it is a really subtle firewall issue.

See if you have problems with other AJAX-based web sites through squid.

Try Google Maps or various applications at Google Labs...

Such as http://www.google.com/webhp?complete=1&hl=en

If you don't get a drop-down with suggested search terms, it's the same issue. I'm wondering if your browser is having trouble doing the behind the scenes data fetches...
 
Old 05-14-2006, 06:30 AM   #3
pradeepmenon777
Member
 
Registered: Jan 2004
Location: India
Distribution: Android 9.0.6
Posts: 123

Original Poster
Rep: Reputation: 16
I tried out as you said..
I am able to get to google maps , view maps , go to the google labs suggest page , I am able to get the drop down and all .. My doubt is why is it that I am not able to get gmail alone .. All the other google pages are available .. I am almost sure no one using SQUID is getting it on firefox..
Do comment...
 
Old 05-14-2006, 10:17 AM   #4
sonnik
Member
 
Registered: May 2001
Posts: 149

Rep: Reputation: 17
I turned on Squid (2.5) on my Fedora Core 5 box using Firefox 1.0.5.2 on a FC5 laptop. Gmail worked for me.

What version of Firefox is RHEL using?

Can you describe a little more of what is happening... like how far your usage of Gmail goes (Do you get the login page? Does it start to login and then stop?)

Part of the login process uses SSL, so it's possible something is getting confused in the https portioon of logging in (such as your particular Firefox configuration.)
 
Old 05-14-2006, 01:53 PM   #5
pradeepmenon777
Member
 
Registered: Jan 2004
Location: India
Distribution: Android 9.0.6
Posts: 123

Original Poster
Rep: Reputation: 16
I am using firefox 1.5.0.1 . I cannot even get to the login page.
I anticipate it not to be an SSL issue , as I am able to get to my ISP login page , which also includes an SSL certificate.

I use RHEL v4 on both my server and the internal network . I get this prob everywhere I try to implement a proxy server using SQUID 2.5 STABLE.

Do help me , and I appreciate the amount of time spent by you on this. Thanks a lot...

 
Old 05-16-2006, 02:33 AM   #6
sonnik
Member
 
Registered: May 2001
Posts: 149

Rep: Reputation: 17
Duplicate.

Last edited by sonnik; 05-16-2006 at 02:36 AM.
 
Old 05-16-2006, 02:33 AM   #7
sonnik
Member
 
Registered: May 2001
Posts: 149

Rep: Reputation: 17
I'm running low on ideas. The last thing I may suggest is looking to see what your Squid ACLs are, and what order they are in.

Check your /etc/squid/squid.conf file - Below is a default FC5 install with my private subnet added:
Code:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
acl sonniknet src 192.168.1.140-192.168.1.161/255.255.255.0
I'm assuming you've already did it, but you'll probably need to scrutinize your squid.conf and firewall configuration more.

What are you routing through - perhaps there's a rule giving you problems there?
 
Old 05-16-2006, 02:52 AM   #8
nabeelmoidu
Member
 
Registered: Jul 2005
Location: Bangalore
Distribution: Fedora
Posts: 71

Rep: Reputation: 15
Why do you insist in mentioning Squid repeatedly. Is it working on firefox when you try to access the net directly without squid?
BTW gmail has a non-ajax interface too, it in fact automatically redirects browsers that don't support AJAX to the simple HTML view
http://mail.google.com/support/bin/a...y?answer=15046

You can identify if its a port issue or a browser compatibility issue

Last edited by nabeelmoidu; 05-16-2006 at 03:11 AM.
 
Old 05-16-2006, 03:03 AM   #9
pradeepmenon777
Member
 
Registered: Jan 2004
Location: India
Distribution: Android 9.0.6
Posts: 123

Original Poster
Rep: Reputation: 16
yo man , i have configured squid neatly .

I do not find any probs with the acl entries.
The prob now is that I do not find a reason behind gmail prob...

Please find me a solution for this . .

None of my client machines have enjoyed the gmail messages for weeks.
Hope you understand the situation ...

Pradeep
 
Old 05-17-2006, 12:56 AM   #10
panicbox
LQ Newbie
 
Registered: Nov 2005
Location: Philippines
Distribution: Fedora Core 4, Debian
Posts: 21

Rep: Reputation: 15
I have the same problem right now. I believe it's https issue.

@pradeepmenon777
have you tried to browse to other web base mail like yahoo or hotmail? can you connect?

If you ask me, I can't with my squid.

I'm searching the web right now. I'll post it here if I've found the solution.

Anyone have ideas please?
 
Old 05-17-2006, 06:05 AM   #11
pradeepmenon777
Member
 
Registered: Jan 2004
Location: India
Distribution: Android 9.0.6
Posts: 123

Original Poster
Rep: Reputation: 16
i can access other mailing services!

using SQUID stable 2.5 , I am able to get access to other mailing servers like .live.com and .yahoo.com
But , no gmail anyways ,
Do find me a solution , I am tired of looking for it online.

I tell you, it is a problem with the browser , I am able to access gmail through internet explorer.
 
Old 06-16-2006, 01:28 PM   #12
pradeepmenon777
Member
 
Registered: Jan 2004
Location: India
Distribution: Android 9.0.6
Posts: 123

Original Poster
Rep: Reputation: 16
Found out the solution today ,
it is not becoz of any squid problems , it was only becoz https and other secure socket connections could not established without setting the port for these services also in firefox.

What i did was , I added the proxy ip and port for other services in the firefox preferences. Now everything works fine . I can access gmail and other secured https websites.
 
Old 07-12-2010, 03:46 AM   #13
scopiansl
LQ Newbie
 
Registered: Jul 2010
Posts: 23

Rep: Reputation: 1
Thumbs up Thanks

thanks, i was finding a solution for this from a week and it worked. thanks again.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Allow ftp access through squid proxy deepak rawat Linux - Networking 11 09-19-2011 05:31 PM
squid proxy server configuration & distribution of internet without proxy gaurav_gupta082 Linux From Scratch 2 07-31-2010 11:25 AM
ftp server access through squid proxy not working hitesh_linux Linux - Networking 5 05-13-2010 03:27 AM
SQUID Proxy POP mail cant access dhammika Linux - General 2 10-03-2005 11:25 PM
how to manage user access through proxy squid?? echox Linux - Software 3 03-26-2003 09:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration