Google chrome proxy authentication dialogue timeout

13

2

I am on a network that uses LDAP proxy for authentication based on a username and password.

Whenever I start Google Chrome, it pops up with a proxy authentication dialogue, but the dialogue disappears automatically after variable amount of time (sometimes it stays for 5 seconds some times less than 1 second). I have found the same issue with Chromium also.

Is there any configuration I can set to control this timeout, or say, auto-authenticate with my authentication details from the shell or DE (Gnome3 on Arch)?

Nihar Sarangi

Posted 2012-07-12T18:39:27.397

Reputation: 241

Which version are you using? I use chrome in Ubuntu and don't face any such problem – Hashken – 2012-08-16T10:58:24.267

I am using chrome dev channel 22.0 on Arch – Nihar Sarangi – 2012-08-28T12:26:25.620

Can you share a screen shot of dialog box and which Operating system you are using – Ghost Answer – 2012-09-24T09:52:56.580

I am using arch linux. The authentication dialogue looks exactly same as the normal one, just that it auto goes off in a short time. – Nihar Sarangi – 2012-10-06T20:39:50.317

In FF there is a about:config setting "signon.autologin.proxy" that takes up boolean values. Is there any such thing for chrome? – Nihar Sarangi – 2012-10-06T20:40:40.677

1I'm getting the same thing. I would love if anyone knew of a resolution. Just started to today for some reason. I'm on Windows however. – geoffrobinson – 2012-10-09T15:26:37.113

Answers

1

I've had a similar issue before which I resolved using by passing in the proxy parameters in the shortcut.

get the properties of the shortcut your using to start chrome and append this to the end

--proxy-server=SERVER:PORT 

Pays to use the IP rather than a hostname, seems to like it better.

If you're still getting the prompt then you might need to pass in your username and password, but that would be a last resort.

--proxy-user-and-password=USERNAME:PASSWORD

Hope that helps¬

heymishy

Posted 2012-07-12T18:39:27.397

Reputation: 36

1

One of your Chrome extensions is causing this.

Go to chrome://extensions/ and disable each extension until the problem goes away.

For me, the cause was DataJog but it could be any of them for you.

Kevin Panko

Posted 2012-07-12T18:39:27.397

Reputation: 6 339

I just wanted to note that for me the cause was because of Adblock for youtube. Disabling that made the problem go away for me. I was using version 4.2.0 when I saw problems. – sqenixs – 2017-01-20T15:35:28.763

0

[I cannot comment to your question, due to reputation although I think this should go into a comment as it is not my own answer]

From this previous SO question, the only workaround I found for this issue was the anwser given by Amos: auto-fill username/password from Chrome when the pop up arises, https://superuser.com/a/379382/54151.

I am also using Gnome (2 for what matters), and set automatic authentication with my credentials in the Proxy settings and it did not work. Although, it used to worked with no problem in my previous version of Google Chrome (current one is Version 23.0.1271.22 beta).

Marc-Olivier Titeux

Posted 2012-07-12T18:39:27.397

Reputation: 171