Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-03-2010, 06:29 AM
|
#1
|
Senior Member
Registered: Jul 2009
Location: UK
Distribution: Cent OS5 with Plesk
Posts: 1,013
Rep:
|
1 website doesn't work with proxy
I run a HTTP/HTTPS proxy server but one of our clients is having trouble accessing http://www.sportingindex.com/
Can anyone see if the login button is using some kind of weird connection feature? I thought it might be using flash or something rerouting the connection through something other than port 80 (or 8080 for the proxy) but not sure if that is the issue.
I just used a fake login and password but instead of giving me the incorrect password error the page just hangs.
|
|
|
01-03-2010, 06:36 AM
|
#2
|
LQ Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
|
Hi,
I just tried accessing using test/test as user/password combination and got a popup stating login details are incorrect and some contact information. So that part seems to work.
Kind regards,
Eric
|
|
|
01-03-2010, 07:15 AM
|
#3
|
Senior Member
Registered: Jul 2009
Location: UK
Distribution: Cent OS5 with Plesk
Posts: 1,013
Original Poster
Rep:
|
Quote:
Originally Posted by EricTRA
Hi,
I just tried accessing using test/test as user/password combination and got a popup stating login details are incorrect and some contact information. So that part seems to work.
Kind regards,
Eric
|
Yes, but were you using a proxy server?
Can you see anything in the HTML source that would mean it is using flash or some other proprietary connection that would stop it using HTML?
I had some of these set on the proxy, now commented out, could that cause an issue?
Quote:
#added due to complaint
#header_access From deny all
#header_access Referer deny all
#header_access Server deny all
#header_access User-Agent deny all
#header_access WWW-Authenticate deny all
#header_access Link deny all
|
Last edited by qwertyjjj; 01-03-2010 at 07:24 AM.
|
|
|
01-03-2010, 10:58 PM
|
#4
|
Senior Member
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022
Rep:
|
Quote:
Originally Posted by qwertyjjj
I run a HTTP/HTTPS proxy server but one of our clients is having trouble accessing http://www.sportingindex.com/
Can anyone see if the login button is using some kind of weird connection feature? I thought it might be using flash or something rerouting the connection through something other than port 80 (or 8080 for the proxy) but not sure if that is the issue.
I just used a fake login and password but instead of giving me the incorrect password error the page just hangs.
|
Hi. I just tried to login with test/test combination through this proxy server (browser type), and the webpage just re-loads again, with no error or output, an doesn't even attempt a log-in.
When I did the same without the proxy it brought back the said message of not being able to log in.
I ran the command "netstat -t -u" in a Terminal while I attempted the login,and it outputted this information:
Code:
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 1215 mylinuxbox.local:58245 85.90.226.52:www ESTABLISHED
tcp 0 0 mylinuxbox.local:58230 85.90.226.52:www TIME_WAIT
tcp 0 0 mylinuxbox.local:52978 lax04s01-in-f102.1e:www ESTABLISHED
tcp 0 1224 mylinuxbox.local:58247 85.90.226.52:www ESTABLISHED
tcp 0 1302 mylinuxbox.local:58246 85.90.226.52:www ESTABLISHED
tcp 0 0 mylinuxbox.local:39117 lax04s01-in-f139.:https ESTABLISHED
tcp 0 1 mylinuxbox.local:45487 afweb-ta-cluster-05:www SYN_SENT
tcp 0 1175 mylinuxbox.local:58248 85.90.226.52:www ESTABLISHED
tcp 0 0 mylinuxbox.local:58229 85.90.226.52:www TIME_WAIT
tcp 0 1313 mylinuxbox.local:58243 85.90.226.52:www ESTABLISHED
tcp 0 1225 mylinuxbox.local:58244 85.90.226.52:www ESTABLISHED
tcp 0 0 mylinuxbox.local:41052 85.90.226.52:https TIME_WAIT
tcp 0 0 mylinuxbox.local:49401 a-70-183-191-89.dep:www ESTABLISHED
tcp 0 1 mylinuxbox.local:32831 Levexis.com:www SYN_SENT
tcp 1 1 mylinuxbox.local:46255 85.90.226.52:www CLOSING
tcp 0 0 mylinuxbox.local:40752 lax04s01-in-f138.1e:www ESTABLISHED
tcp 1 1 mylinuxbox.local:58241 85.90.226.52:www CLOSING
I don't know much about proxies or servers, but perhaps that info may give you some insight as to why this happens.
Last edited by lupusarcanus; 01-03-2010 at 10:59 PM.
|
|
|
01-04-2010, 12:14 AM
|
#5
|
Senior Member
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,638
Rep:
|
I am using a squid proxy server and I seem to get it to work properly. I can load the site and when I tried the same login as Eric, ( test and test ), I get a pop saying user or password incorrect. it seems it is a javascript pop up. So you should test if javascripts are allowed on your browser.
|
|
|
01-04-2010, 02:17 AM
|
#6
|
Member
Registered: May 2009
Posts: 142
Rep:
|
Quote:
Originally Posted by linuxlover.chaitanya
...it seems it is a javascript pop up. So you should test if javascripts are allowed on your browser.
|
Very good point and a nice catch :-) If the Browser JS settings are good, it may also be worth checking the proxy is set to allow javascript, in particular .js files. Just my 50 pence worth.
|
|
|
01-04-2010, 03:38 AM
|
#7
|
Senior Member
Registered: Jul 2009
Location: UK
Distribution: Cent OS5 with Plesk
Posts: 1,013
Original Poster
Rep:
|
Yes, Javascript is allowed on my browser and the proxy.
Quote:
Originally Posted by leopard
Hi. I just tried to login with test/test combination through this proxy server (browser type), and the webpage just re-loads again, with no error or output, an doesn't even attempt a log-in.
When I did the same without the proxy it brought back the said message of not being able to log in.
I ran the command "netstat -t -u" in a Terminal while I attempted the login,and it outputted this information:
Code:
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 1215 mylinuxbox.local:58245 85.90.226.52:www ESTABLISHED
tcp 0 0 mylinuxbox.local:58230 85.90.226.52:www TIME_WAIT
tcp 0 0 mylinuxbox.local:52978 lax04s01-in-f102.1e:www ESTABLISHED
tcp 0 1224 mylinuxbox.local:58247 85.90.226.52:www ESTABLISHED
tcp 0 1302 mylinuxbox.local:58246 85.90.226.52:www ESTABLISHED
tcp 0 0 mylinuxbox.local:39117 lax04s01-in-f139.:https ESTABLISHED
tcp 0 1 mylinuxbox.local:45487 afweb-ta-cluster-05:www SYN_SENT
tcp 0 1175 mylinuxbox.local:58248 85.90.226.52:www ESTABLISHED
tcp 0 0 mylinuxbox.local:58229 85.90.226.52:www TIME_WAIT
tcp 0 1313 mylinuxbox.local:58243 85.90.226.52:www ESTABLISHED
tcp 0 1225 mylinuxbox.local:58244 85.90.226.52:www ESTABLISHED
tcp 0 0 mylinuxbox.local:41052 85.90.226.52:https TIME_WAIT
tcp 0 0 mylinuxbox.local:49401 a-70-183-191-89.dep:www ESTABLISHED
tcp 0 1 mylinuxbox.local:32831 Levexis.com:www SYN_SENT
tcp 1 1 mylinuxbox.local:46255 85.90.226.52:www CLOSING
tcp 0 0 mylinuxbox.local:40752 lax04s01-in-f138.1e:www ESTABLISHED
tcp 1 1 mylinuxbox.local:58241 85.90.226.52:www CLOSING
I don't know much about proxies or servers, but perhaps that info may give you some insight as to why this happens.
|
From the above, it seems to be using the www port 80 all the time doesn't it?
|
|
|
All times are GMT -5. The time now is 08:47 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|